Functions | |
UICORE_API_EXPORT void | addObject (UID _containerUID, UID _objectUID) |
Will add an object to the specified container. | |
UICORE_API_EXPORT void | setEnabled (UID _containerUID, bool _isEnabled=true) |
Will set the enabled state of the specified container. | |
UICORE_API_EXPORT bool | isEnabled (UID _containerUID) |
Will return the enabled state of the specified container. | |
Will add an object to the specified container.
_containerUID | The UID of the container |
_objectUID | The UID of the object to add |
bool ak::uiAPI::container::isEnabled | ( | UID | _containerUID | ) |
Will return the enabled state of the specified container.
_containerUID | The UID of the container |
void ak::uiAPI::container::setEnabled | ( | UID | _containerUID, |
bool | _isEnabled = true ) |
Will set the enabled state of the specified container.
_containerUID | The UID of the container |
_isEnabled | The enabled state to set |