| actionDeletedIndex(uint04 index, uint04 size) | DesignObject | |
| activeFilters() const | DesignObject | |
| addIndex(uint04 index, uint04 size) | DesignObject | |
| appendData(const String &data, bool compressed) | DesignObject | |
| base() const | DesignObject | inline |
| clearMetaData(const String &index) | DesignObject | |
| copyFrom(const DesignObject &object) | DesignObject | |
| designIndex() const | DesignObject | inline |
| DesignObject()=default | DesignObject | |
| DesignObject(DesignObjectBase *base) | DesignObject | explicit |
| DesignObject(uint04 index, DesignObjectBase *base) | DesignObject | |
| DesignObjectType enum name | DesignObject | |
| DesignProperty enum name | DesignObject | |
| doesPropertyBeginWith(DesignProperty property, const String &value, bool ignore_case) const | DesignObject | inline |
| doesPropertyBeginWith(DesignProperty property, const char *value, bool ignore_case) const | DesignObject | inline |
| doesPropertyContain(DesignProperty property, const String &value, bool ignore_case) const | DesignObject | inline |
| doesPropertyContain(DesignProperty property, const char *value, bool ignore_case) const | DesignObject | inline |
| e_3D_visible enum value | DesignObject | |
| e_allow_interactions enum value | DesignObject | |
| e_applied_filters enum value | DesignObject | |
| e_asc_modified_time enum value | DesignObject | |
| e_author enum value | DesignObject | |
| e_bone enum value | DesignObject | |
| e_bounding_box enum value | DesignObject | |
| e_bounds_ignored enum value | DesignObject | |
| e_bounds_modified_time enum value | DesignObject | |
| e_camera enum value | DesignObject | |
| e_category enum value | DesignObject | |
| e_compressed_data enum value | DesignObject | |
| e_creation_software enum value | DesignObject | |
| e_creation_time enum value | DesignObject | |
| e_deletion_allowed enum value | DesignObject | |
| e_desc_modified_time enum value | DesignObject | |
| e_description enum value | DesignObject | |
| e_design_property_size enum value | DesignObject | |
| e_design_types enum value | DesignObject | |
| e_editable_description enum value | DesignObject | |
| e_effect enum value | DesignObject | |
| e_file enum value | DesignObject | |
| e_geometry enum value | DesignObject | |
| e_guid enum value | DesignObject | |
| e_icon enum value | DesignObject | |
| e_is_application_locked enum value | DesignObject | |
| e_is_application_owned enum value | DesignObject | |
| e_is_deleted enum value | DesignObject | |
| e_is_focused enum value | DesignObject | |
| e_is_frozen enum value | DesignObject | |
| e_is_selected enum value | DesignObject | |
| e_layer enum value | DesignObject | |
| e_library_id enum value | DesignObject | |
| e_manager_visible enum value | DesignObject | |
| e_material enum value | DesignObject | |
| e_meta_data enum value | DesignObject | |
| e_model enum value | DesignObject | |
| e_modified_time enum value | DesignObject | |
| e_name enum value | DesignObject | |
| e_scene enum value | DesignObject | |
| e_search_terms enum value | DesignObject | |
| e_selection enum value | DesignObject | |
| e_selection_box enum value | DesignObject | |
| e_selection_ignored enum value | DesignObject | |
| e_transform enum value | DesignObject | |
| e_translated_string_data enum value | DesignObject | |
| e_tree_visible enum value | DesignObject | |
| e_uncompressed_data enum value | DesignObject | |
| e_untranslated_string_data enum value | DesignObject | |
| file() const | DesignObject | |
| FilePathDesignNameVariable() | DesignObject | inlinestatic |
| getDesignParentIndex() const | DesignObject | |
| getIcon() const | DesignObject | |
| getInheritedProperty(DesignProperty property) const | DesignObject | inline |
| getModifiedTime() const | DesignObject | |
| getProperty(DesignProperty property) const | DesignObject | inline |
| getScene() const | DesignObject | |
| getTransform() const | DesignObject | |
| hasMetaData(const String &index) const | DesignObject | |
| hasProperty(DesignProperty property) const | DesignObject | inline |
| index() const | DesignObject | inline |
| isDesignType(DesignObjectType mode) const | DesignObject | |
| isDesignType(uint04 mode) const | DesignObject | |
| isProperty(DesignProperty property, const String &value) const | DesignObject | inline |
| isProperty(DesignProperty property, const char *value) const | DesignObject | inline |
| isValid() const | DesignObject | inline |
| m_base | DesignObject | protected |
| m_design_index | DesignObject | protected |
| m_index | DesignObject | protected |
| m_uuid | DesignObject | mutableprotected |
| metaData(const String &index) const | DesignObject | |
| metaData() const | DesignObject | |
| offset(const Vector< 3, fltp08 > &offset) | DesignObject | |
| onNameChange(const String &new_name) | DesignObject | protected |
| operator bool() const | DesignObject | inline |
| operator!=(const DesignObject &model) const | DesignObject | |
| operator<(const DesignObject &model) const | DesignObject | |
| operator==(const DesignObject &model) const | DesignObject | |
| operator>(const DesignObject &model) const | DesignObject | |
| propertyTable() const | DesignObject | |
| propertyTable() | DesignObject | |
| removeMetaData(const String &index, const void *lock_ptr=nullptr) | DesignObject | |
| scale(Vector< 3, fltp08 > scale, Vertex< 3, fltp08 > center_of_scale=Constant< Vertex< 3, fltp08 > >::Invalid) | DesignObject | |
| setActiveFilters(const JSONNode &node) | DesignObject | |
| setDesignType(DesignObjectType mode, bool is_type) | DesignObject | |
| setDesignVisible(bool is_visible) | DesignObject | |
| setMetaData(const JSONNode &node) | DesignObject | |
| setMetaData(const String &index, const JSONNode &node) | DesignObject | |
| setMetaData(const String &index, const String &data) | DesignObject | |
| setMetaData(const String &index, const bool &data) | DesignObject | |
| setMetaData(const String &index, const fltp08 &data) | DesignObject | |
| setMetaData(const String &index, const uint04 &data) | DesignObject | |
| setProperty(DesignProperty property, const t_type &value) | DesignObject | inline |
| setProperty(DesignProperty property, const UUID &value) | DesignObject | inline |
| setProperty(DesignProperty property, const String &value) | DesignObject | inline |
| updateCreatedTime() | DesignObject | |
| updateDesignModifiedTime(Time time=Time::SystemTime()) | DesignObject | |
| updateDesignTransform(const Matrix< fltp08 > &transform, const void *lock=nullptr) | DesignObject | |
| updateDesignVisible(bool is_visible, const void *lock=nullptr) | DesignObject | |
| updateMetaData(const String &index, const String &data, const void *lock_ptr=nullptr) | DesignObject | |
| updateMetaData(const String &index, const fltp08 &data, const void *lock_ptr=nullptr) | DesignObject | |
| updateMetaData(const String &index, const bool &data, const void *lock_ptr=nullptr) | DesignObject | |
| updateProperty(DesignProperty property, const t_type &value, const void *lock=nullptr) | DesignObject | inline |
| uuid() const | DesignObject | |
| validateDesignObject() const | DesignObject | |