#include <cxDataViewSelectionWidget.h>
|
void | populate (QStringList dataUids) |
|
void | populateData (QString uid, bool indent=false, QListWidgetItem *after=NULL) |
|
Base class for displaying Data items.
Definition at line 52 of file cxDataViewSelectionWidget.h.
cx::DataListWidget::~DataListWidget |
( |
| ) |
|
|
virtual |
void cx::DataListWidget::listSizeChanged |
( |
| ) |
|
|
signal |
emitted whenever the count changes
void cx::DataListWidget::populate |
( |
QStringList |
dataUids | ) |
|
|
protected |
void cx::DataListWidget::populateData |
( |
QString |
uid, |
|
|
bool |
indent = false , |
|
|
QListWidgetItem * |
after = NULL |
|
) |
| |
|
protected |
QSize cx::DataListWidget::sizeHint |
( |
| ) |
const |
|
virtual |
Only way to downsize the QListWidget, in conjunction with this->setSizePolicy(QSizePolicy::Expanding, this->sizePolicy().verticalPolicy())
Setting minimumSize did not work, for unknown reason.
Definition at line 78 of file cxDataViewSelectionWidget.cpp.
void cx::DataListWidget::userChangedList |
( |
| ) |
|
|
signal |
emitted whenever the user changes the list
The documentation for this class was generated from the following files: