#include <DirectoryProperty.hpp>
Pre-built property display for Core::Directory variables.
std::string Ocular::Editor::DirectoryProperty::getValue |
( |
| ) |
const |
|
overridevirtual |
void Ocular::Editor::DirectoryProperty::setValue |
( |
void * |
value, |
|
|
uint32_t |
size = 0 |
|
) |
| |
|
overridevirtual |
- Parameters
-
[in] | value | Expects a std::string with the directory path. |
[in] | size | Unused in this implementation |
Reimplemented from Ocular::Editor::PropertyWidget.
bool Ocular::Editor::DirectoryProperty::updateProperties |
( |
| ) |
|
|
overridevirtual |
Update method that is called up to once a frame so that changes to the tracked variable may be checked for, and displayed.
- Returns
- Should return TRUE if a property was modified by the user; otherwise return FALSE.
Reimplemented from Ocular::Editor::PropertyWidget.
The documentation for this class was generated from the following files:
- C:/Projects/OcularEngine/OcularEditor/include/Widgets/Properties/Types/DirectoryProperty.hpp
- C:/Projects/OcularEngine/OcularEditor/src/Widgets/Properties/Types/DirectoryProperty.cpp