Contains selection related commands.
More...
Classes |
class | SelectObjectCommand |
| A command that finds an object by address, selects it and makes it current. More...
|
class | ToggleCommand |
| A command that toggles a boolean variable. More...
|
Functions |
void | BuildInheritanceData (const QObject *inObject, QStringList &outList) |
| Returns a list of all base classes upto QObject for the given object.
|
void | BuildClassInfoData (const QObject *inObject, QMap< QString, QString > &outData) |
| Returns a list of all class infos for the given object.
|
Detailed Description
Contains selection related commands.
Function Documentation
void conan::anonymous_namespace{ConanWidget.cpp}::BuildClassInfoData |
( |
const QObject * |
inObject, |
|
|
QMap< QString, QString > & |
outData | |
|
) |
| | |
Returns a list of all class infos for the given object.
- Parameters:
-
[in] | inObject | The object |
[out] | outData | The list of class info <name, value> |
void conan::anonymous_namespace{ConanWidget.cpp}::BuildInheritanceData |
( |
const QObject * |
inObject, |
|
|
QStringList & |
outList | |
|
) |
| | |
Returns a list of all base classes upto QObject for the given object.
- Parameters:
-
[in] | inObject | The object |
[out] | outList | The list of base classes |