#include <abstract_widget_list.hpp>
Abstract_Widget_List::Abstract_Widget_List |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Abstract_Widget_List::~Abstract_Widget_List |
( |
| ) |
|
virtual void Abstract_Widget_List::append |
( |
| ) |
|
|
pure virtualslot |
void Abstract_Widget_List::appendWidget |
( |
QWidget * |
w | ) |
|
|
protected |
Create a new row with the given widget.
Must be caled by implementations of append()
void Abstract_Widget_List::clear |
( |
| ) |
|
|
protected |
clear all rows without emitting signals
May be useful when implementation want to set all values at once
int Abstract_Widget_List::count |
( |
| ) |
const |
bool Abstract_Widget_List::isValidRow |
( |
int |
i | ) |
const |
|
inline |
Whether the given row index is valid.
void Abstract_Widget_List::remove |
( |
int |
i | ) |
|
|
slot |
void Abstract_Widget_List::removed |
( |
int |
i | ) |
|
|
signal |
void Abstract_Widget_List::setRowHeight |
( |
int |
row, |
|
|
int |
height |
|
) |
| |
virtual void Abstract_Widget_List::swap |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
pure virtual |
QWidget * Abstract_Widget_List::widget |
( |
int |
i | ) |
|
|
protected |
get the widget found at the given row
template<class T >
T* Abstract_Widget_List::widget_cast |
( |
int |
i | ) |
|
|
inlineprotected |
get the widget found at the given row
The documentation for this class was generated from the following files: