Public Member Functions | |
ApplicationIndex () | |
QVariant | data (int role) const |
int | findChild (const Gui::Document &d) const |
Qt::ItemFlags | flags () const |
virtual Base::Type | getTypeId (void) const |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Definition at line 100 of file DocumentModel.cpp.
Gui::ApplicationIndex::ApplicationIndex | ( | ) | [inline] |
Definition at line 105 of file DocumentModel.cpp.
void * Gui::ApplicationIndex::create | ( | void | ) | [static] |
Reimplemented from Gui::DocumentModelIndex.
Definition at line 240 of file DocumentModel.cpp.
QVariant Gui::ApplicationIndex::data | ( | int | role | ) | const [inline, virtual] |
Reimplemented from Gui::DocumentModelIndex.
Definition at line 109 of file DocumentModel.cpp.
int Gui::ApplicationIndex::findChild | ( | const Gui::Document & | d | ) | const |
Definition at line 189 of file DocumentModel.cpp.
References Gui::DocumentModelIndex::child(), Gui::DocumentModelIndex::childItems, and Gui::DocumentIndex::d.
Qt::ItemFlags Gui::ApplicationIndex::flags | ( | ) | const [inline, virtual] |
Reimplemented from Gui::DocumentModelIndex.
Definition at line 107 of file DocumentModel.cpp.
Base::Type Gui::ApplicationIndex::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::DocumentModelIndex.
Definition at line 240 of file DocumentModel.cpp.
Base::Type Gui::ApplicationIndex::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::DocumentModelIndex.
Definition at line 240 of file DocumentModel.cpp.
void Gui::ApplicationIndex::init | ( | void | ) | [static] |
Reimplemented from Gui::DocumentModelIndex.
Definition at line 240 of file DocumentModel.cpp.
Referenced by Gui::DocumentModel::DocumentModel().