![]() |
COLNEO Pro 1.2
|
Enumerations | |
| enum class | eDomain : uint32_t { } |
| enum class | eStructureType : uint32_t |
Functions | |
| QList< eDomain > & | getAvailableDomains () |
| QIcon | getDomainStructureIcon (eDomain domain, eStructureType structure) |
| QHash< eDomain, QList< gom::BaseObject * > > | groupObjects (QSet< gom::BaseObject * > objects) |
| QString | structureTypeToString (eStructureType type) |
Domains of business logic.
|
strong |
domains.h
Available domains in the generic object model (GOM).
|
strong |
domains.h
| QList< eDomain > & getAvailableDomains | ( | ) |
Gets list of available domains.
| QIcon getDomainStructureIcon | ( | eDomain | domain, |
| eStructureType | structure ) |
Get standard icons for domains and structures in domain.
| domain | Domain |
| structure | one of [ 'objects' , 'smartsets' , 'viewpoints' ] |
| QHash< eDomain, QList< gom::BaseObject * > > groupObjects | ( | QSet< gom::BaseObject * > | objects | ) |
Groups objects by their domain (should be unique).
| objects | Set of objects. |