|
void | updateAvailable (PyWorkspaceItem *rootItem, QString fullNameRoot, QStringList recentlyDeletedFullNames) |
|
void | getChildNodes (PyWorkspaceContainer *container, QString fullNameParentItem) |
|
|
| PyWorkspaceContainer (bool globalNotLocal) |
|
void | clear () |
|
void | loadDictionary (PyObject *obj, const QString &fullNameParentItem="") |
|
bool | isGlobalWorkspace () const |
|
bool | isRoot (PyWorkspaceItem *item) const |
|
void | emitGetChildNodes (PyWorkspaceContainer *container, QString fullNameParentItem) |
|
ito::PyWorkspaceItem * | getItemByFullName (const QString &fullname) |
|
|
QMutex | m_accessMutex |
|
QSet< QString > | m_expandedFullNames |
|
PyWorkspaceItem | m_rootItem |
|
|
static QChar | delimiter = QChar(0x1C, 0x00) |
|
|
void | loadDictionaryRec (PyObject *obj, const QString &fullNameParentItem, PyWorkspaceItem *parentItem, QStringList &deletedKeys) |
|
void | parseSinglePyObject (PyWorkspaceItem *item, PyObject *value, const QString &fullName, QStringList &deletedKeys) |
|
bool | isNotInBlacklist (PyObject *obj) const |
| appends a possible names in slots attribute of objOrType (object or type object) to pre-defined list slotNamesList.
|
|
void | appendSlotNamesToList (PyObject *objOrType, PyObject *slotNamesList) |
| initializes some Python unicode constant strings. Requires the GIL to do this.
|
|
void | initUnicodeConstants () |
|
|
bool | m_globalNotLocal |
|
PyObject * | m_dictUnicode |
|
PyObject * | m_slotsUnicode |
|
PyObject * | m_mroUnicode |
|
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/python/pythonWorkspace.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/python/pythonWorkspace.cpp