BALL
1.4.2
|
#include <BALL/VIEW/DIALOGS/pluginDialog.h>
Public Member Functions | |
PluginModel () | |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
QVariant | data (const QModelIndex &i, int role) const |
void | pluginsLoaded () |
Private Attributes | |
int | num_rows_ |
Definition at line 33 of file pluginDialog.h.
BALL::VIEW::PluginModel::PluginModel | ( | ) |
QVariant BALL::VIEW::PluginModel::data | ( | const QModelIndex & | i, |
int | role | ||
) | const |
void BALL::VIEW::PluginModel::pluginsLoaded | ( | ) |
int BALL::VIEW::PluginModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
|
private |
Definition at line 45 of file pluginDialog.h.