Description. Mehr ...
#include "Defs.h"#include "wx/wx.h"#include "wx/stdpaths.h"#include "wx/filename.h"#include <iostream>#include <typeinfo>#include "Mutabor.rh"#include "mutDebug.h"

gehe zum Quellcode dieser Datei
Makrodefinitionen | |
| #define | REUSE(type) type |
| #define | ICON(s) wxIcon( s##_xpm ) |
| #define | SSCANF sscanf |
| #define | STUBBASE(stubtype, typestr) |
| #define | STUB STUBBASE("stub function","") |
| functions or code that has to be written -- simple function | |
| #define | STUBCT(type) STUBBASE("stub function",((const char *) (typeid(type).name()))) |
| functions or code that has to be written -- use for static class members | |
| #define | STUBC STUBCT(*this) |
| functions or code that has to be written -- use for normal class members | |
| #define | UNREACHABLE STUBBASE("unreachable code","") |
| #define | UNREACHABLECT(type) STUBBASE("unreachable code",((const char *) (typeid(type).name()))) |
| #define | UNREACHABLEC UNREACHABLECT(*this) |
| #define | ABSTRACT_FUNCTION STUBBASE("unreachable function","") |
| #define | ABSTRACT_FUNCTIONCT(type) STUBBASE("unreachable function",((const char *) (typeid(type).name()))) |
| #define | ABSTRACT_FUNCTIONC ABSTRACT_FUNCTIONCT(*this) |
| #define | MDI_FORCE_EXTERN |
Funktionen | |
| wxString | FileNameDialog (wxWindow *parent, int Command=CM_FILEOPEN, wxString Filename=wxEmptyString) |
Variablen | |
| wxHtmlHelpController * | HelpController |
Description.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.20 2011-02-20 22:35:59 keinstein updated license information; some file headers have to be revised, though
Definiert in Datei mhDefs.h.
1.7.4