Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
CodeBlocksLayoutEvent Class Reference

Event used to request from the main app to manage the view layouts. More...

#include <sdk_events.h>

Inheritance diagram for CodeBlocksLayoutEvent:
Collaboration diagram for CodeBlocksLayoutEvent:

Public Member Functions

 CodeBlocksLayoutEvent (wxEventType commandType=wxEVT_NULL, const wxString &layout_name=wxEmptyString)
 
 CodeBlocksLayoutEvent (const CodeBlocksLayoutEvent &rhs)
 
wxEventClone () const override
 

Public Attributes

wxString layout
 Layout's name. More...
 

Detailed Description

Event used to request from the main app to manage the view layouts.

Definition at line 158 of file sdk_events.h.

Constructor & Destructor Documentation

◆ CodeBlocksLayoutEvent() [1/2]

CodeBlocksLayoutEvent::CodeBlocksLayoutEvent ( wxEventType  commandType = wxEVT_NULL,
const wxString layout_name = wxEmptyString 
)
inline

Definition at line 161 of file sdk_events.h.

References wxID_ANY.

◆ CodeBlocksLayoutEvent() [2/2]

CodeBlocksLayoutEvent::CodeBlocksLayoutEvent ( const CodeBlocksLayoutEvent rhs)
inline

Definition at line 165 of file sdk_events.h.

Member Function Documentation

◆ Clone()

wxEvent* CodeBlocksLayoutEvent::Clone ( ) const
inlineoverride

Definition at line 168 of file sdk_events.h.

Member Data Documentation

◆ layout

wxString CodeBlocksLayoutEvent::layout

The documentation for this class was generated from the following file: