Mutabor Mutabor Child Frame management. Mehr ...
#include "wx/toolbar.h"
#include "wx/dynarray.h"
#include "wx/arrimpl.cpp"
#include "mhDefs.h"
#include "wx/aui/aui.h"
#include "MutTextBox.h"
gehe zum Quellcode dieser Datei
Klassen | |
class | MutChild |
Funktionen | |
WinAttr * | GetWinAttr (WinKind kind, int box=0) |
WinAttr * | Get (WinKind kind, int box=0) |
bool | IsOpen (WinKind kind, int box=0) |
bool | IsWanted (WinKind kind, int box=0) |
void | DontWant (WinKind kind, int box=0) |
int | NumberOfOpen (WinKind kind) |
Variablen | |
ArrayOfWinAttr | WinAttrs [WK_NULL] |
int | gs_nFrames |
Mutabor Mutabor Child Frame management.
Copyright: (c) 2005,2006,2007 TU Dresden
GPL
Revision 1.13 2011-02-20 22:35:57 keinstein updated license information; some file headers have to be revised, though
Copyright: (c) 2005,2006,2007 TU Dresden
GPL
Revision 1.12 2011-02-20 22:35:57 keinstein updated license information; some file headers have to be revised, though
Revision 1.11 2010-11-21 13:15:47 keinstein merged experimental_tobias
Revision 1.9.2.3 2010-06-15 14:30:14 keinstein allow deleting of input devices in route window several bug fixes rudimentary box deletion support
Revision 1.9.2.2 2010/06/02 11:20:08 keinstein Route.h: new enum BoxType new box type NewBox
IconShape.cpp: Hide shape in MutIconShape::DeleteSelf
MutChild.h: Changes on the increment value for Clientsize
MutLogicWnd: smaller whitespace fixes
MutRouteWnd.cpp: save sizerflags for MutBoxShape too
BoxChannelShape.cpp: rename CreateRouteShape to CreateRoutePanel replace some wxDynamicCast by dynamic_cast add Box “New Box“ if current box is not found delete Route if route panel is disabled
BoxChannelShape.h: Update BoxShape layout if necessary
BoxDlg.cpp: RoutePanel::AddBox: allow NULL boxShape Fix Bug that didn't preselect GUIDO boxes and Through mode
BoxShape.cpp: fix color mapping for box numbers (shift right by 1 bit). Add MutBoxShape::sizerFlags SetBoxId: New function Use SetBoxId for setting Box Id an Label in sync AddChannel: call Layout() implement replacement in DoLeftDblClick (enables New Box) ShowBoxDialog: use dynamic_cast ReadDialog: Add Channel only if new route is enabled (not deleted) ReplaceSelfBy: new function (Unreachable as only needed for class NewMutBoxShape)
NewBoxShape.cpp/.h: replaceSelfBy: new function initialize Box id as NewBox
*.po/mutabor.pot/ *.gmo Sync with sources
Revision 1.9.2.1 2009/08/10 11:23:12 keinstein merged from wrong tree
Revision 1.10 2009/08/10 11:15:46 keinstein some steps towards new route window
Revision 1.9 2008/10/01 09:32:49 keinstein fixed inclution for XCode build
Revision 1.8 2008/08/01 16:24:30 keinstein Fix some segfaults on stopping Mutabor
Revision 1.7 2008/07/21 09:10:54 keinstein changed parent signalling according to current window loayout moved WinAttr
Revision 1.6 2008/06/30 08:31:21 keinstein removed MutChildren. ~MutChild: outcourcing WinAttrs logic OnClose: removed WinAttrs code
Revision 1.5 2008/01/25 09:21:40 keinstein MutChild: Inherit MutTextBox Add EVT_AUI_PANE_CLOSE(MutChild::OnAuiClose) event handler Reduce functionality to management of the window lists. Implement WinKind as enum with (pre- and postfix) operator ++. Removed unused Coordinates from WinAttr. Move CloseAll to MutFrame
Definiert in Datei MutChild.h.