Added private methods to enable/disable actions based on state.

This commit is contained in:
Jim Evins
2013-10-26 13:57:00 -04:00
parent b3a2ee7435
commit f00b88ef80
2 changed files with 119 additions and 0 deletions
+6
View File
@@ -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();