#include <axlInspectorObjectController.h>
Public Slots | |
bool | insert (dtkAbstractData *data, axlInspectorObjectManagerTreeItem *item) |
void | remove (dtkAbstractData *data) |
void | onDataRemoved (QList< dtkAbstractData * > dataToRemoved) |
Signals | |
void | inserted (void) |
Public Member Functions | |
axlInspectorObjectController (void) | |
virtual | ~axlInspectorObjectController (void) |
axlInspectorObjectManagerTreeItem * | item (dtkAbstractData *data) |
dtkAbstractData * | data (axlInspectorObjectManagerTreeItem *item) |
dtkAbstractData * | data (QString dataname) |
QList< axlInspectorObjectManagerTreeItem * > | items (void) |
QList< dtkAbstractData * > | datas (void) |
int | size (void) |
virtual QString | description (void) const |
Definition at line 32 of file axlInspectorObjectController.h.
axlInspectorObjectController::axlInspectorObjectController | ( | void | ) |
Definition at line 38 of file axlInspectorObjectController.cpp.
|
virtual |
Definition at line 43 of file axlInspectorObjectController.cpp.
dtkAbstractData * axlInspectorObjectController::data | ( | axlInspectorObjectManagerTreeItem * | item | ) |
Definition at line 50 of file axlInspectorObjectController.cpp.
dtkAbstractData * axlInspectorObjectController::data | ( | QString | dataname | ) |
Definition at line 60 of file axlInspectorObjectController.cpp.
QList< dtkAbstractData * > axlInspectorObjectController::datas | ( | void | ) |
Definition at line 79 of file axlInspectorObjectController.cpp.
|
virtual |
Definition at line 120 of file axlInspectorObjectController.cpp.
|
slot |
Definition at line 84 of file axlInspectorObjectController.cpp.
|
signal |
axlInspectorObjectManagerTreeItem * axlInspectorObjectController::item | ( | dtkAbstractData * | data | ) |
Definition at line 55 of file axlInspectorObjectController.cpp.
QList< axlInspectorObjectManagerTreeItem * > axlInspectorObjectController::items | ( | void | ) |
Definition at line 74 of file axlInspectorObjectController.cpp.
|
slot |
Definition at line 113 of file axlInspectorObjectController.cpp.
|
slot |
Definition at line 108 of file axlInspectorObjectController.cpp.
int axlInspectorObjectController::size | ( | void | ) |
Definition at line 103 of file axlInspectorObjectController.cpp.