API Documentation
|
#include <QTDesignObject.h>
Public Slots | |
void | deleteObject () |
void | update () |
void | setFocus (bool focus) |
void | setSelected (bool is_selected) |
Signals | |
void | deletedSignal (UUID id) |
void | updatedSignal (UUID id) |
void | descendentUpdatedSignal (UUID id) |
void | selectedSignal (UUID id) |
Public Member Functions | |
~QTDesignObject () | |
template<class t_type > | |
bool | is () const |
UUID | uuid () const |
template<class t_type > | |
t_type | getAs () const |
template<class t_type > | |
t_type | getProperty (DesignObject::DesignProperty property) const |
template<class t_type > | |
t_type | getModelProperty (Model::ModelProperty property) const |
template<class t_type > | |
t_type | getMaterialProperty (Material::MaterialProperties property) const |
template<class t_type > | |
t_type | getGeometryProperty (Geometry::GeometryProperty property) const |
TranslatedString | displayName () const |
DesignSelection | getAsSelection () const |
void | postCommand (const DynamicPointer< DesignCommand > &command) |
void | runCommand (const DynamicPointer< DesignCommand > &command) |
UUID | id () const |
QTModelManager * | manager () const |
void | showProperties (const PopupInfo &location=PopupInfo()) |
void | exportToFile () |
QTDesignObject & | operator= (const QTDesignObject &other) |
DesignObject | get () const |
void | updateSelected (UUID id, bool is_selected) |
void | deleteModel (UUID id) |
void | updateObject () |
void | updateDescendent () |
Protected Member Functions | |
QTDesignObject (const UUID &object, QTModelManager *manager) | |
QTDesignObject (const QTDesignObject &object) | |
Protected Attributes | |
UUID | m_id |
QTModelManager * | m_manager |
Friends | |
class | QTModelManager |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
signal |
|
inline |
|
inlineslot |
|
signal |
|
inline |
void exportToFile | ( | ) |
|
inline |
|
inline |
DesignSelection getAsSelection | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void postCommand | ( | const DynamicPointer< DesignCommand > & | command | ) |
void runCommand | ( | const DynamicPointer< DesignCommand > & | command | ) |
|
signal |
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
inline |
|
signal |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |
|
protected |