Developer documentation | Axl-2.5.1

axlInspectorObjectManagerTree Class Reference

#include <axlInspectorObjectManagerTree.h>

Inheritance diagram for axlInspectorObjectManagerTree:

Public Slots

void onAllItemClickStatedChanged ()
 
void onDoubleClickStateChanged (QTreeWidgetItem *currentItem, int column)
 
void onItemClickedStateChanged (QTreeWidgetItem *currentItem, int column)
 
void onItemExpanded (QTreeWidgetItem *)
 
void onStateChanged (dtkAbstractData *data, int mode)
 
void setAppendMode (bool append)
 
void onDataRemoved (QList< dtkAbstractData * > dataToRemoved)
 
void remove (QObject *data)
 
void onVisibilityHeaderClick (int index)
 

Signals

void inserted (void)
 
void dataSetRemoved (QList< dtkAbstractData * > dataSetRemoved)
 
void selected (dtkAbstractData *data)
 
void dataSetSelected (QList< dtkAbstractData * > data)
 
void stateChanged (dtkAbstractData *data, int mode)
 
void actorVisibilityChanged (dtkAbstractData *data, bool actorVisibility)
 

Public Member Functions

 axlInspectorObjectManagerTree (QWidget *parent=0)
 
 ~axlInspectorObjectManagerTree (void)
 
axlInspectorObjectManagerTreeIteminsert (axlAbstractData *data)
 
void remove (dtkAbstractData *data)
 
void setController (axlInspectorObjectController *controller)
 
QList< dtkAbstractData * > dataSet (void)
 
void keyPressEvent (QKeyEvent *event)
 
void removeAllItems (void)
 

Detailed Description

Definition at line 37 of file axlInspectorObjectManagerTree.h.

Constructor & Destructor Documentation

axlInspectorObjectManagerTree::axlInspectorObjectManagerTree ( QWidget *  parent = 0)

Definition at line 44 of file axlInspectorObjectManagerTree.cpp.

axlInspectorObjectManagerTree::~axlInspectorObjectManagerTree ( void  )

Definition at line 65 of file axlInspectorObjectManagerTree.cpp.

Member Function Documentation

void axlInspectorObjectManagerTree::actorVisibilityChanged ( dtkAbstractData *  data,
bool  actorVisibility 
)
signal
QList< dtkAbstractData * > axlInspectorObjectManagerTree::dataSet ( void  )

Definition at line 279 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::dataSetRemoved ( QList< dtkAbstractData * >  dataSetRemoved)
signal
void axlInspectorObjectManagerTree::dataSetSelected ( QList< dtkAbstractData * >  data)
signal
axlInspectorObjectManagerTreeItem * axlInspectorObjectManagerTree::insert ( axlAbstractData data)

Definition at line 156 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::inserted ( void  )
signal
void axlInspectorObjectManagerTree::keyPressEvent ( QKeyEvent *  event)

Definition at line 557 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::onAllItemClickStatedChanged ( )
slot

Definition at line 381 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::onDataRemoved ( QList< dtkAbstractData * >  dataToRemoved)
slot

Definition at line 148 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::onDoubleClickStateChanged ( QTreeWidgetItem *  currentItem,
int  column 
)
slot

Definition at line 344 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::onItemClickedStateChanged ( QTreeWidgetItem *  currentItem,
int  column 
)
slot

Definition at line 452 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::onItemExpanded ( QTreeWidgetItem *  item)
slot

Definition at line 262 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::onStateChanged ( dtkAbstractData *  data,
int  mode 
)
slot

Definition at line 290 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::onVisibilityHeaderClick ( int  index)
slot

Definition at line 78 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::remove ( dtkAbstractData *  data)

Definition at line 102 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::remove ( QObject *  data)
slot

Definition at line 124 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::removeAllItems ( void  )

Definition at line 648 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::selected ( dtkAbstractData *  data)
signal
void axlInspectorObjectManagerTree::setAppendMode ( bool  append)
slot

Definition at line 508 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::setController ( axlInspectorObjectController controller)

Definition at line 72 of file axlInspectorObjectManagerTree.cpp.

void axlInspectorObjectManagerTree::stateChanged ( dtkAbstractData *  data,
int  mode 
)
signal

The documentation for this class was generated from the following files: