Code::Blocks
SVN r11506
|
Event used to request from the main app to manage the view layouts. More...
#include <sdk_events.h>
Public Member Functions | |
CodeBlocksLayoutEvent (wxEventType commandType=wxEVT_NULL, const wxString &layout_name=wxEmptyString) | |
CodeBlocksLayoutEvent (const CodeBlocksLayoutEvent &rhs) | |
wxEvent * | Clone () const override |
Public Attributes | |
wxString | layout |
Layout's name. More... | |
Event used to request from the main app to manage the view layouts.
Definition at line 158 of file sdk_events.h.
|
inline |
Definition at line 161 of file sdk_events.h.
References wxID_ANY.
|
inline |
Definition at line 165 of file sdk_events.h.
|
inlineoverride |
Definition at line 168 of file sdk_events.h.
wxString CodeBlocksLayoutEvent::layout |
Layout's name.
Definition at line 170 of file sdk_events.h.
Referenced by MainFrame::LoadViewLayout(), MainFrame::OnLayoutSwitch(), cbDebuggerPlugin::SwitchToDebuggingLayout(), and cbDebuggerPlugin::SwitchToPreviousLayout().