ARB
Public Member Functions | Public Attributes | List of all members
AWT_graphic_tree_group_state Struct Reference
Collaboration diagram for AWT_graphic_tree_group_state:
Collaboration graph
[legend]

Public Member Functions

void clear ()
 
 AWT_graphic_tree_group_state ()
 
bool has_groups () const
 
int marked () const
 
bool all_opened () const
 
bool all_closed () const
 
bool all_terminal_closed () const
 
bool all_marked_opened () const
 
CollapseMode next_expand_mode () const
 
CollapseMode next_collapse_mode () const
 

Public Attributes

int closed
 
int opened
 
int closed_terminal
 
int opened_terminal
 
int closed_with_marked
 
int opened_with_marked
 
int marked_in_groups
 
int marked_outside_groups
 

Detailed Description

Definition at line 232 of file TreeDisplay.cxx.

Constructor & Destructor Documentation

AWT_graphic_tree_group_state::AWT_graphic_tree_group_state ( )
inline

Definition at line 249 of file TreeDisplay.cxx.

Member Function Documentation

void AWT_graphic_tree_group_state::clear ( )
inline

Definition at line 238 of file TreeDisplay.cxx.

bool AWT_graphic_tree_group_state::has_groups ( ) const
inline

Definition at line 251 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::detect_group_state().

int AWT_graphic_tree_group_state::marked ( ) const
inline

Definition at line 252 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::detect_group_state().

bool AWT_graphic_tree_group_state::all_opened ( ) const
inline

Definition at line 254 of file TreeDisplay.cxx.

bool AWT_graphic_tree_group_state::all_closed ( ) const
inline

Definition at line 255 of file TreeDisplay.cxx.

bool AWT_graphic_tree_group_state::all_terminal_closed ( ) const
inline

Definition at line 256 of file TreeDisplay.cxx.

bool AWT_graphic_tree_group_state::all_marked_opened ( ) const
inline

Definition at line 257 of file TreeDisplay.cxx.

CollapseMode AWT_graphic_tree_group_state::next_expand_mode ( ) const
inline

Definition at line 259 of file TreeDisplay.cxx.

References EXPAND_ALL, and EXPAND_MARKED.

CollapseMode AWT_graphic_tree_group_state::next_collapse_mode ( ) const
inline

Definition at line 264 of file TreeDisplay.cxx.

References COLLAPSE_ALL, and COLLAPSE_TERMINAL.

Member Data Documentation

int AWT_graphic_tree_group_state::closed

Definition at line 233 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::detect_group_state().

int AWT_graphic_tree_group_state::opened

Definition at line 233 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::detect_group_state().

int AWT_graphic_tree_group_state::closed_terminal

Definition at line 234 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::detect_group_state().

int AWT_graphic_tree_group_state::opened_terminal

Definition at line 234 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::detect_group_state().

int AWT_graphic_tree_group_state::closed_with_marked

Definition at line 235 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::detect_group_state().

int AWT_graphic_tree_group_state::opened_with_marked

Definition at line 235 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::detect_group_state().

int AWT_graphic_tree_group_state::marked_in_groups

Definition at line 236 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::detect_group_state().

int AWT_graphic_tree_group_state::marked_outside_groups

Definition at line 236 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::detect_group_state().


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