Box dialog. Mehr ...
gehe zum Quellcode dieser Datei
Funktionen | |
IMPLEMENT_DYNAMIC_CLASS (RoutePanel, RoutePanelBase) MutBoxShape *RoutePanel | |
BEGIN_EVENT_TABLE (RouteRemoveButton, wxButton) EVT_BUTTON(wxID_REMOVE | |
wxDialog OutputDevDlg::OnButton2Click OutputDevDlg::OnRemoveClick | END_EVENT_TABLE () OutputDevDlg |
BEGIN_EVENT_TABLE (BoxDlg, BoxDlgBase) EVT_BUTTON( |
Box dialog.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.5 2011-01-24 08:40:54 keinstein fix an issue with box dialog, preventing the scollbars to take effect in channel subwindow
Revision 1.4 2011-01-13 21:44:47 keinstein Some steps towards a fix for BoxDlg layout errors
Revision 1.3 2011-01-13 21:13:03 keinstein Fix some layout bugs.
Revision 1.2 2010-11-21 13:15:48 keinstein merged experimental_tobias
Revision 1.1.2.11 2010-06-15 14:30:14 keinstein allow deleting of input devices in route window several bug fixes rudimentary box deletion support
Revision 1.1.2.10 2010/06/02 11:20:09 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.1.2.9 2010/05/07 11:40:28 keinstein actual_settings
Revision 1.1.2.8 2010/04/27 09:16:32 keinstein Remove old implementation
Revision 1.1.2.7 2010/04/26 15:53:06 keinstein BoxDlg reacts on “Remove Route”. Implementation of routing must be checked.;
Revision 1.1.2.6 2010/04/15 09:28:43 keinstein changing routes works, but is not honoured by MIDI, yet
Revision 1.1.2.5 2010/03/30 15:57:58 keinstein added editing of existing routes to boxDlg
Revision 1.1.2.4 2010/03/30 08:38:27 keinstein added rudimentary command line support changed debug system to allow selection of messages via command line further enhancements to the route dialogs
Revision 1.1.2.3 2010/02/22 10:14:02 keinstein transfer files to other computer
Revision 1.1.2.2 2010/02/15 12:08:21 keinstein intermediate update for backup progress
Revision 1.1.2.1 2010/01/11 10:12:59 keinstein added some .cvsignore files
Definiert in Datei BoxDlg.cpp.