Added private methods to enable/disable actions based on state.
This commit is contained in:
@@ -108,6 +108,12 @@ namespace gLabels
|
||||
void createMenus();
|
||||
void createToolBars();
|
||||
|
||||
void setDocVerbsEnabled( bool );
|
||||
void setDocModifiedVerbsEnabled( bool );
|
||||
void setPasteVerbsEnabled( bool );
|
||||
void setSelectionVerbsEnabled( bool );
|
||||
void setMultiSelectionVerbsEnabled( bool );
|
||||
|
||||
void readSettings();
|
||||
void writeSettings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user