|
|
| TestSubClass (QObject *parent=0) |
| |
|
QString | date () const |
| |
|
void | setDate (const QString &date) |
| |
|
| TestClass (QObject *parent=0) |
| |
|
QString | name () const |
| |
|
void | setName (const QString &name) |
| |
|
Vec3f | position () const |
| |
|
void | setPosition (const Vec3f &position) |
| |
|
float | radius () const |
| |
|
void | setRadius (float radius) |
| |
|
QColor | color () const |
| |
|
void | setColor (const QColor &color) |
| |
|
int | someNumber () const |
| |
|
Simpson | simpson () const |
| |
|
void | setSimpson (const Simpson s) |
| |
|
|
QString | Date |
| |
|
QString | Name |
| |
|
Vec3f | Position |
| |
|
float | Radius |
| |
|
QColor | Color |
| |
|
int | SomeNumber |
| |
|
Simpson | SimpsonsCharacter |
| |
|
|
| Q_CLASSINFO ("TestSubClass", "Sub Class Specific") |
| |
|
| Q_CLASSINFO ("Date", "inputMask=0000-00-00;") |
| |
|
| enum | Simpson {
HOMER
, MARGE
, BART
, LISA
,
MAGGIE
} |
| |
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/QPropertyEditor/src/Sample/TestSubClass.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/QPropertyEditor/src/Sample/TestSubClass.cpp