ossp-pkg/as/as-gui/as_gui.h 1.13 -> 1.14
--- as_gui.h 2002/11/19 19:42:14 1.13
+++ as_gui.h 2002/11/19 20:29:08 1.14
@@ -81,6 +81,14 @@
void about(void); // Learn more about this program itself
void aboutOSSP(void); // Learn more about the OSSP
void aboutQt(void); // Learn more about Qt
+ void cut(void); // Edit menu cut
+ void copy(void); // Edit menu copy
+ void paste(void); // Edit menu paste
+ void selAll(void); // Edit menu select all
+ void configPrefs(void); // Edit menu configure preferences
+ void normalView(void); // View menu normal
+ void editingView(void); // View menu editing
+ void timingView(void); // View menu timing
protected:
// Application main events
|
|