NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
AboutChameleonDialog.h File Reference
#include <wx/wx.h>
#include "wx/notebook.h"
#include "../globals.hpp"
Include dependency graph for AboutChameleonDialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AboutChameleonDialog
 

Macros

#define ID_DIALOG   10000
 
#define ID_NOTEBOOK   10001
 
#define ID_PROGPANEL   10006
 
#define ID_TEAMPANEL   10002
 
#define ID_CREDITSPANEL   10003
 
#define ID_STATSPANEL   10004
 
#define ID_BUTTONOK   10007
 
#define SYMBOL_ABOUTCHAMELEONDIALOG_STYLE   wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX
 
#define SYMBOL_ABOUTCHAMELEONDIALOG_TITLE   _("About Chameleon")
 
#define SYMBOL_ABOUTCHAMELEONDIALOG_IDNAME   ID_DIALOG
 
#define SYMBOL_ABOUTCHAMELEONDIALOG_SIZE   wxSize(410*g_pixelScale, 470*g_pixelScale)
 
#define SYMBOL_ABOUTCHAMELEONDIALOG_POSITION   wxDefaultPosition
 
#define wxCLOSE_BOX   0x1000
 

Macro Definition Documentation

◆ ID_BUTTONOK

#define ID_BUTTONOK   10007

Definition at line 48 of file AboutChameleonDialog.h.

◆ ID_CREDITSPANEL

#define ID_CREDITSPANEL   10003

Definition at line 46 of file AboutChameleonDialog.h.

◆ ID_DIALOG

#define ID_DIALOG   10000

Control identifiers

Definition at line 42 of file AboutChameleonDialog.h.

◆ ID_NOTEBOOK

#define ID_NOTEBOOK   10001

Definition at line 43 of file AboutChameleonDialog.h.

◆ ID_PROGPANEL

#define ID_PROGPANEL   10006

Definition at line 44 of file AboutChameleonDialog.h.

◆ ID_STATSPANEL

#define ID_STATSPANEL   10004

Definition at line 47 of file AboutChameleonDialog.h.

◆ ID_TEAMPANEL

#define ID_TEAMPANEL   10002

Definition at line 45 of file AboutChameleonDialog.h.

◆ SYMBOL_ABOUTCHAMELEONDIALOG_IDNAME

#define SYMBOL_ABOUTCHAMELEONDIALOG_IDNAME   ID_DIALOG

Definition at line 51 of file AboutChameleonDialog.h.

◆ SYMBOL_ABOUTCHAMELEONDIALOG_POSITION

#define SYMBOL_ABOUTCHAMELEONDIALOG_POSITION   wxDefaultPosition

Definition at line 53 of file AboutChameleonDialog.h.

◆ SYMBOL_ABOUTCHAMELEONDIALOG_SIZE

#define SYMBOL_ABOUTCHAMELEONDIALOG_SIZE   wxSize(410*g_pixelScale, 470*g_pixelScale)

Definition at line 52 of file AboutChameleonDialog.h.

◆ SYMBOL_ABOUTCHAMELEONDIALOG_STYLE

#define SYMBOL_ABOUTCHAMELEONDIALOG_STYLE   wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX

Definition at line 49 of file AboutChameleonDialog.h.

◆ SYMBOL_ABOUTCHAMELEONDIALOG_TITLE

#define SYMBOL_ABOUTCHAMELEONDIALOG_TITLE   _("About Chameleon")

Definition at line 50 of file AboutChameleonDialog.h.

◆ wxCLOSE_BOX

#define wxCLOSE_BOX   0x1000

Compatibility

Definition at line 61 of file AboutChameleonDialog.h.