soundtab ~master (2017-02-22T13:24:24Z)
Home
Dub
Repo
InstrumentEditorDialog
soundtab
ui
instredit
Undocumented in source.
class
InstrumentEditorDialog : Dialog {
protected
ToolBarHost
_toolbarHost
;
protected
InstrEditorBody
_body
;
protected
Mixer
_mixer
;
this
(Window parentWindow, Mixer mixer, int initialWidth, int initialHeight);
ToolBarHost
createToolbars
();
InstrEditorBody
createBody
();
Action
findKeyAction
(uint keyCode, uint flags);
void
initialize
();
}
Constructors
this
this
(Window parentWindow, Mixer mixer, int initialWidth, int initialHeight)
Undocumented in source.
Members
Functions
createBody
InstrEditorBody
createBody
()
Undocumented in source. Be warned that the author may not have intended to support it.
createToolbars
ToolBarHost
createToolbars
()
Undocumented in source. Be warned that the author may not have intended to support it.
findKeyAction
Action
findKeyAction
(uint keyCode, uint flags)
map key to action
initialize
void
initialize
()
override to implement creation of dialog controls
Variables
_body
InstrEditorBody
_body
;
Undocumented in source.
_mixer
Mixer
_mixer
;
Undocumented in source.
_toolbarHost
ToolBarHost
_toolbarHost
;
Undocumented in source.
Meta
Source
See Implementation
soundtab
ui
instredit
classes
HRuler
InstrEditorBody
InstrumentEditorDialog
LoopWaveWidget
SourceWaveFileWidget
WaveFileWidget
structs
MinMax