cxWidgets 1.0
Enumerations | Variables
SpreadsheetApp.cpp File Reference
#include <cxUtils.h>
#include <cxMenu.h>
#include <cxMenuBar.h>
#include <cxGrid.h>
#include <cxDatePicker.h>
#include <cxOpenFileDialog.h>
#include <cxScrolledWindow.h>
#include <cxMessageDialog.h>
#include <ctime>
#include "SpreadsheetApp.h"
#include "helpers.h"
Include dependency graph for SpreadsheetApp.cpp:

Enumerations

enum  MenuCodes {
  MENU_FILE_OPEN = cxFIRST_AVAIL_RETURN_CODE , MENU_FILE_SAVE , MENU_FILE_SAVE_AS , MENU_FILE_CLOSE ,
  MENU_FILE_EXIT , MENU_HELP_HELP , MENU_HELP_ABOUT
}
 

Variables

static const int CTRL_D = 4
 
static const int CTRL_O = 15
 
static const int CTRL_S = 19
 
static const int CTRL_X = 24
 

Enumeration Type Documentation

◆ MenuCodes

enum MenuCodes
Enumerator
MENU_FILE_OPEN 
MENU_FILE_SAVE 
MENU_FILE_SAVE_AS 
MENU_FILE_CLOSE 
MENU_FILE_EXIT 
MENU_HELP_HELP 
MENU_HELP_ABOUT 

Variable Documentation

◆ CTRL_D

const int CTRL_D = 4
static

Referenced by SpreadsheetApp::run().

◆ CTRL_O

const int CTRL_O = 15
static

Referenced by SpreadsheetApp::run().

◆ CTRL_S

const int CTRL_S = 19
static

Referenced by SpreadsheetApp::run().

◆ CTRL_X

const int CTRL_X = 24
static

Referenced by SpreadsheetApp::run().