Document/View Document class for Mutabor source files. Mehr ...
#include "Defs.h"
#include <wx/wxprec.h>
#include "MutDocument.h"
#include "MutView.h"
#include "MutApp.h"
#include <wx/debug.h>
#include <cstdio>
#include <iostream>
gehe zum Quellcode dieser Datei
Funktionen | |
IMPLEMENT_DYNAMIC_CLASS (MutDocument, wxDocument) BEGIN_EVENT_TABLE(MutDocument | |
wxDocument | END_EVENT_TABLE () namespace mutaborGUI |
Document/View Document class for Mutabor source files.
Copyright: (c) 2011 TU Dresden
GPL
Revision 1.7 2011-08-20 17:50:39 keinstein use wxSTC for the editor windows
Revision 1.6 2011-08-16 20:20:03 keinstein Fix compiling on Mac OS X 10.5
Revision 1.5 2011-08-11 19:00:48 keinstein get Document/View running. Needs further testing (possible segfaults).
Revision 1.4 2011-08-06 09:20:16 keinstein documentation fixes
Revision 1.3 2011-07-31 21:32:21 keinstein Slightly improved window positioning Suppress route window, when a Window is opened from the command line
Revision 1.2 2011-07-31 20:16:04 keinstein Implemented opening files from command line using Document/View framework
Revision 1.1 2011-07-31 12:40:41 keinstein Added classes and functions for Document/View support
Definiert in Datei MutDocument.cpp.