|
Ocular Engine
|
#include <UInt32Property.hpp>
Public Member Functions | |
| UInt32Property (QWidget *parent=nullptr) | |
| virtual bool | updateProperties () override |
| virtual void | setValue (void *value, uint32_t size) override |
| virtual std::string | getValue () const override |
| LineEdit * | getLineEdit () |
Public Member Functions inherited from Ocular::Editor::PropertyWidget | |
| PropertyWidget (std::string const &type, QWidget *parent=nullptr) | |
| virtual QSize | sizeHint () const override |
| std::string | getType () const |
| void | setVariable (Core::ExposedVariable &variable) |
| void | setDisplayName (std::string const &name) |
| std::string const & | getDisplayName () const |
| std::string const & | getVariableName () const |
| void | addWidgetLeftSide (QWidget *widget) |
| void | addWidgetRightSide (QWidget *widget) |
Additional Inherited Members | |
Protected Attributes inherited from Ocular::Editor::PropertyWidget | |
| QHBoxLayout * | m_LayoutRight |
| Layout for the right-side frame. | |
| Core::ExposedVariable | m_Variable |
| The variable this widget is responsible for displaying and modifying. | |
Pre-built property display for 32-bit unsigned integers.
|
overridevirtual |
Reimplemented from Ocular::Editor::PropertyWidget.
|
overridevirtual |
Sets the value of the variable and/or widget.
Reimplemented from Ocular::Editor::PropertyWidget.
|
overridevirtual |
Update method that is called up to once a frame so that changes to the tracked variable may be checked for, and displayed.
Reimplemented from Ocular::Editor::PropertyWidget.