OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ak::uiAPI::container Namespace Reference

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.
 

Function Documentation

◆ addObject()

void ak::uiAPI::container::addObject ( UID _containerUID,
UID _objectUID )

Will add an object to the specified container.

Parameters
_containerUIDThe UID of the container
_objectUIDThe UID of the object to add

◆ isEnabled()

bool ak::uiAPI::container::isEnabled ( UID _containerUID)

Will return the enabled state of the specified container.

Parameters
_containerUIDThe UID of the container

◆ setEnabled()

void ak::uiAPI::container::setEnabled ( UID _containerUID,
bool _isEnabled = true )

Will set the enabled state of the specified container.

Parameters
_containerUIDThe UID of the container
_isEnabledThe enabled state to set