#include <VocabTreeItem.h>

Public Member Functions | |
| VocabTreeItem (QListViewItem *parent, Vocabulary *vocab, PropertiesPanel *propsPanel=NULL) | |
| ~VocabTreeItem () | |
| const char * | className () const |
| void | setPropertiesPanel (PropertiesPanel *propsPanel) |
| void | setOpen (bool isOpened) |
| virtual void | setOn (bool isOn) |
| virtual void | setSelected (bool isSelected) |
| Vocabulary * | getVocabulary () |
| virtual void | update () |
Definition at line 16 of file VocabTreeItem.h.
| VocabTreeItem::VocabTreeItem | ( | QListViewItem * | parent, | |
| Vocabulary * | vocab, | |||
| PropertiesPanel * | propsPanel = NULL | |||
| ) |
Definition at line 5 of file VocabTreeItem.cpp.
| VocabTreeItem::~VocabTreeItem | ( | ) |
Definition at line 11 of file VocabTreeItem.cpp.
| const char* VocabTreeItem::className | ( | ) | const [inline, virtual] |
| void VocabTreeItem::setPropertiesPanel | ( | PropertiesPanel * | propsPanel | ) |
Definition at line 14 of file VocabTreeItem.cpp.
| void VocabTreeItem::setOpen | ( | bool | isOpened | ) |
Definition at line 18 of file VocabTreeItem.cpp.
| void VocabTreeItem::setOn | ( | bool | isOn | ) | [virtual] |
Definition at line 26 of file VocabTreeItem.cpp.
| void VocabTreeItem::setSelected | ( | bool | isSelected | ) | [virtual] |
Definition at line 40 of file VocabTreeItem.cpp.
| Vocabulary * VocabTreeItem::getVocabulary | ( | ) |
Definition at line 46 of file VocabTreeItem.cpp.
| void VocabTreeItem::update | ( | ) | [virtual] |
1.5.6