HDK
|
Contains a bool array of selected agents. More...
#include <GT_AgentSupport.h>
Public Member Functions | |
GT_AgentSelection () | |
void | setEntries (exint entries) |
void | clear () |
void | allSelected () |
void | partiallySelected () |
void | setSelected (exint idx, bool selected) |
bool | isSelected (exint idx) const |
bool | isFullySelected () const |
bool | isNothingSelected () const |
bool | isPartiallySelected () const |
![]() | |
SYS_FORCE_INLINE | UT_IntrusiveRefCounter () noexcept |
Default constructor: Sets counter to 0. More... | |
SYS_FORCE_INLINE | UT_IntrusiveRefCounter (const UT_IntrusiveRefCounter &) noexcept |
Copy constructor: Sets counter to 0. More... | |
UT_IntrusiveRefCounter & | operator= (const UT_IntrusiveRefCounter &) noexcept |
Assignment operator: Does not modify counter. More... | |
SYS_FORCE_INLINE uint32 | use_count () const noexcept |
Return current counter. More... | |
Additional Inherited Members | |
![]() | |
SYS_FORCE_INLINE | ~UT_IntrusiveRefCounter () |
Destructor: Only derived classes can destruct this. More... | |
Contains a bool array of selected agents.
Definition at line 170 of file GT_AgentSupport.h.
|
inline |
Definition at line 174 of file GT_AgentSupport.h.
|
inline |
Definition at line 179 of file GT_AgentSupport.h.
|
inline |
Definition at line 178 of file GT_AgentSupport.h.
|
inline |
Definition at line 190 of file GT_AgentSupport.h.
|
inline |
Definition at line 191 of file GT_AgentSupport.h.
|
inline |
Definition at line 192 of file GT_AgentSupport.h.
|
inline |
Definition at line 185 of file GT_AgentSupport.h.
|
inline |
Definition at line 180 of file GT_AgentSupport.h.
Definition at line 176 of file GT_AgentSupport.h.
Definition at line 182 of file GT_AgentSupport.h.