Package OpenCAGE.GUI.Displays.States

States of displayable objects

Class State

This class holds methods uselly used by using state_type

Attributes

private OpenCAGE.GUI.Displays.States.State_Type My_State 

internal state of this

Operations

public Set_Selected(void);

changes the corresponted selected state-type

public Set_Unselected(void);

changes the corresponted unselected state-type

public Set_Marked(void);

changes the corresponted marked state-type

public Set_Unmarked(void);

changes the corresponted unmarked state-type

public Boolean Is_Selected(void);

returns, if node object with this state is selected

public Boolean Is_Marked(void);

returns, if node object with this state is marked

Class State_Type

Type of state of displayed object like marked or selected