OpenLexocad
28.0
|
#include <Property.h>
Public Member Functions | |
PropertyString () | |
virtual | ~PropertyString () |
Base::String | getValue () const |
void | setValue (const Base::String &aValue) |
void | setValue (const std::string &aValue) |
![]() | |
Core::Variant | getVariant () const |
std::string | getName () const |
bool | isVisible () const |
void | setVisible (bool on) |
bool | isEditable () const |
void | setEditable (bool on) |
Base::String | getDisplayName () const |
void | setTranslationId (int aId) |
int | getTranslationId () const |
virtual | ~Property ()=default |
void | __setPropertyUser__ (Core::PropertyUser *aProperty) |
Internal. More... | |
Additional Inherited Members | |
![]() | |
enum | Visible { NOT_VISIBLE = 0, VISIBLE = 1 } |
enum | Editable { NOT_EDITABLE = 0, EDITABLE = 1 } |
![]() | |
Property () | |
bool | isDocEditing () const |
template<typename T > | |
void | _setValue (const T &aValue) |
std::shared_ptr< Document > | _getDocument (Core::Property *aProp) const |
Core::PropertyDescriptor * | _getPropertyDescriptor () const |
![]() | |
Core::PropertyUser * | _prop = nullptr |
OpenLxApp::PropertyString::PropertyString | ( | ) |
|
inlinevirtual |
Base::String OpenLxApp::PropertyString::getValue | ( | ) | const |
void OpenLxApp::PropertyString::setValue | ( | const Base::String & | aValue | ) |
void OpenLxApp::PropertyString::setValue | ( | const std::string & | aValue | ) |