#include <BoxDlg.h>
Klassen | |
class | OutputShapeData |
Öffentliche Methoden | |
OutputFilterPanel (wxWindow *parent) | |
wxChoicebook * | GetOutputDeviceBook () |
void | AddPage (wxPanel *panel, const wxString &label, bool selected, MutOutputDeviceShape *shape) |
wxWindow * | GetCurrentDevicePage () |
MutOutputDeviceShape * | GetCurrentSelection () |
OutputFilterPanel::OutputFilterPanel | ( | wxWindow * | parent | ) | [inline] |
wxChoicebook* OutputFilterPanel::GetOutputDeviceBook | ( | ) | [inline] |
Definiert in Zeile 115 der Datei BoxDlg.h.
Wird benutzt von MutBoxChannelShape::InitializeOutputFilter().
{ return outputDevice; }