HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GT_AgentSelection Class Reference

Contains a bool array of selected agents. More...

#include <GT_AgentSupport.h>

+ Inheritance diagram for GT_AgentSelection:

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
 
- Public Member Functions inherited from UT_IntrusiveRefCounter< GT_AgentSelection >
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_IntrusiveRefCounteroperator= (const UT_IntrusiveRefCounter &) noexcept
 Assignment operator: Does not modify counter. More...
 
SYS_FORCE_INLINE uint32 use_count () const noexcept
 Return current counter. More...
 
SYS_FORCE_INLINE bool conditionalAddRef () noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from UT_IntrusiveRefCounter< GT_AgentSelection >
SYS_FORCE_INLINE ~UT_IntrusiveRefCounter ()
 Destructor: Only derived classes can destruct this. More...
 

Detailed Description

Contains a bool array of selected agents.

Definition at line 179 of file GT_AgentSupport.h.

Constructor & Destructor Documentation

GT_AgentSelection::GT_AgentSelection ( )
inline

Definition at line 183 of file GT_AgentSupport.h.

Member Function Documentation

void GT_AgentSelection::allSelected ( )
inline

Definition at line 188 of file GT_AgentSupport.h.

void GT_AgentSelection::clear ( )
inline

Definition at line 187 of file GT_AgentSupport.h.

bool GT_AgentSelection::isFullySelected ( ) const
inline

Definition at line 199 of file GT_AgentSupport.h.

bool GT_AgentSelection::isNothingSelected ( ) const
inline

Definition at line 200 of file GT_AgentSupport.h.

bool GT_AgentSelection::isPartiallySelected ( ) const
inline

Definition at line 201 of file GT_AgentSupport.h.

bool GT_AgentSelection::isSelected ( exint  idx) const
inline

Definition at line 194 of file GT_AgentSupport.h.

void GT_AgentSelection::partiallySelected ( )
inline

Definition at line 189 of file GT_AgentSupport.h.

void GT_AgentSelection::setEntries ( exint  entries)
inline

Definition at line 185 of file GT_AgentSupport.h.

void GT_AgentSelection::setSelected ( exint  idx,
bool  selected 
)
inline

Definition at line 191 of file GT_AgentSupport.h.


The documentation for this class was generated from the following file: