Code::Blocks
SVN r11506
|
#include <genericmultilinenotesdlg.h>
Public Member Functions | |
GenericMultiLineNotesDlg (wxWindow *parent, const wxString &caption=_("Notes"), const wxString ¬es=wxEmptyString, bool readOnly=true) | |
~GenericMultiLineNotesDlg () override | |
GenericMultiLineNotesDlg & | operator= (const GenericMultiLineNotesDlg &) |
const wxString & | GetNotes () |
void | EndModal (int retCode) override |
Public Member Functions inherited from wxScrollingDialog | |
wxScrollingDialog () | |
wxScrollingDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &name=_("dialogBox")) | |
Public Member Functions inherited from wxDialog | |
virtual int | ShowModal () |
Protected Attributes | |
wxString | m_Notes |
bool | m_ReadOnly |
Definition at line 13 of file genericmultilinenotesdlg.h.
GenericMultiLineNotesDlg::GenericMultiLineNotesDlg | ( | wxWindow * | parent, |
const wxString & | caption = _("Notes") , |
||
const wxString & | notes = wxEmptyString , |
||
bool | readOnly = true |
||
) |
Definition at line 24 of file genericmultilinenotesdlg.cpp.
References _T, wxXmlResource::Get(), wxXmlResource::LoadObject(), and wxID_CANCEL.
|
override |
Definition at line 50 of file genericmultilinenotesdlg.cpp.
|
override |
Definition at line 55 of file genericmultilinenotesdlg.cpp.
References ScriptBindings::EndModal(), m_Notes, m_ReadOnly, and wxID_OK.
Referenced by GetNotes().
|
inline |
Definition at line 20 of file genericmultilinenotesdlg.h.
References EndModal(), and m_Notes.
Referenced by ScriptBindings::Register_UtilDialogs(), and cbProject::ShowNotes().
|
inline |
Definition at line 18 of file genericmultilinenotesdlg.h.
|
protected |
Definition at line 23 of file genericmultilinenotesdlg.h.
Referenced by EndModal(), and GetNotes().
|
protected |
Definition at line 24 of file genericmultilinenotesdlg.h.
Referenced by EndModal().