NIREP

PanelForm.h File Reference

#include "wx/fontpicker.h"
#include <vector>
Include dependency graph for PanelForm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PanelForm
 PanelForm is a form to change different items of the panel to the users desire. More...

Defines

#define ID_CANCEL   10010
#define ID_CHECKLISTBOX   10008
#define ID_CHOICE   10002
#define ID_CHOICE2   10004
#define ID_CHOICE3   10005
#define ID_CHOICE4   10006
#define ID_CHOICE5   10007
#define ID_DELETE   10012
#define ID_FONTCTRL   10014
#define ID_HELP   10011
#define ID_OK   10001
#define ID_ORIENTATION   10003
#define ID_TEST   10000
#define ID_TEXTCTRL12   10013
#define SYMBOL_PANELFORM_IDNAME   ID_TEST
#define SYMBOL_PANELFORM_POSITION   wxDefaultPosition
#define SYMBOL_PANELFORM_SIZE   wxSize(400, 300)
#define SYMBOL_PANELFORM_STYLE   wxCAPTION|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL
#define SYMBOL_PANELFORM_TITLE   _("Widget Properties")

Detailed Description

License
TBD
Copyright
(c) 2007-9, University of Iowa, all rights reserved
Author:
Jeffrey Hawley
Date:
21/07/09
Version:
0.1

Definition in file PanelForm.h.


Define Documentation

#define ID_CANCEL   10010

Definition at line 41 of file PanelForm.h.

#define ID_CHECKLISTBOX   10008

Definition at line 38 of file PanelForm.h.

#define ID_CHOICE   10002

Definition at line 33 of file PanelForm.h.

#define ID_CHOICE2   10004

Definition at line 35 of file PanelForm.h.

#define ID_CHOICE3   10005

Definition at line 36 of file PanelForm.h.

#define ID_CHOICE4   10006

Definition at line 37 of file PanelForm.h.

#define ID_CHOICE5   10007

Definition at line 39 of file PanelForm.h.

#define ID_DELETE   10012

Definition at line 43 of file PanelForm.h.

#define ID_FONTCTRL   10014

Definition at line 45 of file PanelForm.h.

#define ID_HELP   10011

Definition at line 42 of file PanelForm.h.

#define ID_OK   10001

Definition at line 40 of file PanelForm.h.

#define ID_ORIENTATION   10003

Definition at line 34 of file PanelForm.h.

#define ID_TEST   10000

Includes

Definition at line 32 of file PanelForm.h.

#define ID_TEXTCTRL12   10013

Definition at line 44 of file PanelForm.h.

#define SYMBOL_PANELFORM_IDNAME   ID_TEST

Definition at line 48 of file PanelForm.h.

#define SYMBOL_PANELFORM_POSITION   wxDefaultPosition

Definition at line 50 of file PanelForm.h.

#define SYMBOL_PANELFORM_SIZE   wxSize(400, 300)

Definition at line 49 of file PanelForm.h.

#define SYMBOL_PANELFORM_STYLE   wxCAPTION|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL

Definition at line 46 of file PanelForm.h.

#define SYMBOL_PANELFORM_TITLE   _("Widget Properties")

Definition at line 47 of file PanelForm.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines