LXRAD 0.7
|
#include <iostream>
#include <fstream>
#include <string>
#include <list>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "wx/wxprec.h"
#include "wx/wx.h"
#include "wx/textfile.h"
#include "wx/sound.h"
#include "wx/filename.h"
#include "mstring.h"
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
#define | _THREAD_SAFE |
#define | lxString wxString |
#define | uint unsigned int |
#define | Initialize IMPLEMENT_APP(CApplication);bool CApplication::OnInit(){Application=this;wxInitAllImageHandlers();Aargc=argc;Aargv=argv;OnInit_();return 1;};bool CApplication::OnInit_() |
#define | EVMAX 50 |
#define | SIGMAX 50 |
#define | DOUBLECLICKTIME 400 |
#define | EVMOUSEMOVE (void(CControl::*)(CControl*,const uint,const uint,const uint,const uint)) |
#define | EVMOUSEBUTTONPRESS (void(CControl::*)(CControl*,const uint,const uint,const uint,const uint)) |
#define | EVMOUSEBUTTONRELEASE (void(CControl::*)(CControl*,const uint,const uint,const uint,const uint)) |
#define | EVMOUSEBUTTONCLICK (void(CControl::*)(CControl*,const uint,const uint,const uint,const uint)) |
#define | EVMOUSEBUTTONDOUBLECLICK (void(CControl::*)(CControl*,const uint,const uint,const uint,const uint)) |
#define | EVKEYBOARDPRESS (void(CControl::*)(CControl*,const uint,const uint,const uint)) |
#define | EVKEYBOARDRELEASE (void(CControl::*)(CControl*,const uint,const uint,const uint)) |
#define | EVPOINTERIN (void(CControl::*)(CControl*)) |
#define | EVPOINTEROUT (void(CControl::*)(CControl*)) |
#define | EVONDRAW (void(CControl::*)(CControl*)) |
#define | EVONFOCUSIN (void(CControl::*)(CControl*)) |
#define | EVONFOCUSOUT (void(CControl::*)(CControl*)) |
#define | EVMOUSEWHEEL (void(CControl::*)(CControl*,const int)) |
#define | EVONCHECKBOX (void(CControl::*)(CControl*)) |
#define | EVONCOMBOCHANGE (void(CControl::*)(CControl*)) |
#define | EVLISTSELECT (void(CControl::*)(CControl*)) |
#define | EVLISTDOUBLECLICK (void(CControl::*)(CControl*)) |
#define | EVONTIME (void(CControl::*)(CControl*)) |
#define | EVFILELISTSELECTFILE (void(CControl::*)(CControl*)) |
#define | EVFILELISTSELECTDIR (void(CControl::*)(CControl*)) |
#define | EVMENUACTIVE (void(CControl::*)(CControl*)) |
#define | EVONCHANGEPOSITION (void(CControl::*)(CControl*)) |
#define | EVONGRIDCELLLEFTCLICK (void(CControl::*)(CControl*)) |
#define | EVTHREADRUN (void(CControl::*)(CControl*)) |
#define | EVTHREADEND (void(CControl::*)(CControl*)) |
#define | EVONCHANGESPIN (void(CControl::*)(CControl*)) |
#define | EVONCHANGESPINDOUBLE (void(CControl::*)(CControl*)) |
#define | EVONTOGGLEBUTTON (void(CControl::*)(CControl*)) |
#define | EVONCLOSE (void(CControl::*)(const int)) |
#define | EVONDROPFILE (void(CControl::*)(CControl*,const lxString fname)) |
#define | CA_LEFT 1 |
#define | CA_RIGHT 2 |
#define | CA_CENTER 3 |
#define | CA_FILL 4 |
Typedefs | |
typedef int | CAlign |
Variables | |
CApplication * | Application |
Definition in file clxrad.h.
#define EVFILELISTSELECTFILE (void(CControl::*)(CControl*)) |
#define EVKEYBOARDPRESS (void(CControl::*)(CControl*,const uint,const uint,const uint)) |
#define EVKEYBOARDRELEASE (void(CControl::*)(CControl*,const uint,const uint,const uint)) |
#define EVMOUSEBUTTONCLICK (void(CControl::*)(CControl*,const uint,const uint,const uint,const uint)) |
#define EVMOUSEBUTTONDOUBLECLICK (void(CControl::*)(CControl*,const uint,const uint,const uint,const uint)) |
#define EVMOUSEBUTTONPRESS (void(CControl::*)(CControl*,const uint,const uint,const uint,const uint)) |
#define EVMOUSEBUTTONRELEASE (void(CControl::*)(CControl*,const uint,const uint,const uint,const uint)) |
#define EVMOUSEMOVE (void(CControl::*)(CControl*,const uint,const uint,const uint,const uint)) |
#define EVMOUSEWHEEL (void(CControl::*)(CControl*,const int)) |
#define EVONCHANGESPINDOUBLE (void(CControl::*)(CControl*)) |
#define EVONDROPFILE (void(CControl::*)(CControl*,const lxString fname)) |
#define EVONGRIDCELLLEFTCLICK (void(CControl::*)(CControl*)) |
#define Initialize IMPLEMENT_APP(CApplication);bool CApplication::OnInit(){Application=this;wxInitAllImageHandlers();Aargc=argc;Aargv=argv;OnInit_();return 1;};bool CApplication::OnInit_() |