Gui::ApplicationIndex Class Reference
Public Member Functions | |
ApplicationIndex () | |
QVariant data (int role) const | |
int findChild (const Gui::Document &d) const | |
Qt::ItemFlags flags () const | |
![]() | |
void appendChild (DocumentModelIndex *child) | |
DocumentModelIndex * child (int row) | |
int childCount () const | |
DocumentModelIndex * parent () const | |
QList< DocumentModelIndex * > removeAll () | |
void removeChild (int row) | |
int row () const | |
virtual bool setData (const QVariant &value, int role) | |
void setParent (DocumentModelIndex *parent) | |
virtual ~DocumentModelIndex () | |
![]() | |
BaseClass () | |
Construction. More... | |
virtual PyObject * getPyObject (void) | |
This method returns the Python wrapper for a C++ object. More... | |
virtual Type getTypeId (void) const | |
bool isDerivedFrom (const Type type) const | |
virtual void setPyObject (PyObject *) | |
virtual ~BaseClass () | |
Destruction. More... | |
Additional Inherited Members | |
![]() | |
static void * create (void) | |
static Type getClassTypeId (void) | |
static void init (void) | |
![]() | |
DocumentModelIndex () | |
void reset () | |
![]() | |
static void initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) | |
![]() | |
QList< DocumentModelIndex * > childItems | |
DocumentModelIndex * parentItem | |
Constructor & Destructor Documentation
◆ ApplicationIndex()
Gui::ApplicationIndex::ApplicationIndex | ( | ) |
Member Function Documentation
◆ data()
|
virtual |
Reimplemented from Gui::DocumentModelIndex.
Referenced by ArchSchedule.CommandArchSchedule::IsActive().
◆ findChild()
int Gui::ApplicationIndex::findChild | ( | const Gui::Document & | d | ) | const |
References Gui::DocumentModelIndex::child(), and Gui::DocumentModelIndex::childItems.
◆ flags()
|
virtual |
Reimplemented from Gui::DocumentModelIndex.
The documentation for this class was generated from the following file:
- src/Gui/DocumentModel.cpp