Provides implementation of GreyLabWindow functions to do various tasks.
Definition in file GreyLab.cpp.
#include "GreyLab.h"
#include <fstream>
#include <iostream>
#include <ctime>
#include "icons.h"

Go to the source code of this file.
Defines | |
| #define | FLIP_BUTTON "±" |
Functions | |
| FXDEFMAP (GreyLabWindow) GreyLabWindowMap[] | |
| Message map. | |
| FXIMPLEMENT (GreyLabWindow, FXMainWindow, GreyLabWindowMap, ARRAYNUMBER(GreyLabWindowMap)) GreyLabWindow | |
| Constructor. | |
| int | main (int argc, char *argv[]) |
| The application. | |
| FXIMPLEMENT | ( | GreyLabWindow | , | |
| FXMainWindow | , | |||
| GreyLabWindowMap | , | |||
| ARRAYNUMBER(GreyLabWindowMap) | ||||
| ) |
Constructor.
Generates the user interface widgets and initialises various values.
| a | Application object pointer. |
Definition at line 190 of file GreyLab.cpp.
References FLIP_BUTTON, and NUM_STORED_LABELS.
1.5.3