ACF $AcfVersion:0$
Public Member Functions | List of all members
iview::IEditModeButtons Class Referenceabstract

Update state of edit mode buttons. More...

#include <IEditModeButtons.h>

Inheritance diagram for iview::IEditModeButtons:
istd::IPolymorphic iview::CConsoleBase iview::CConsoleGui

Public Member Functions

virtual void UpdateEditModeButtons (int mode)=0
 Called after edit mode got changed.
 
- Public Member Functions inherited from istd::IPolymorphic
virtual ~IPolymorphic ()
 

Detailed Description

Update state of edit mode buttons.

Edit mode buttons controls the mode of interaction with objects. For example for polyline nodes: select, move, insert, remove.

See also
iview::ISelectable::EditMode

Definition at line 19 of file IEditModeButtons.h.

Member Function Documentation

◆ UpdateEditModeButtons()

virtual void iview::IEditModeButtons::UpdateEditModeButtons ( int  mode)
pure virtual

Called after edit mode got changed.

Implemented in iview::CConsoleGui.


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