Home
last modified time | relevance | path

Searched refs:wxSTEditor (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dstedit.cpp160 void wxSTEditor::Init() in IMPLEMENT_DYNAMIC_CLASS()
174 wxSTEditor::wxSTEditor( wxWindow *parent, wxWindowID id, in wxSTEditor() function in wxSTEditor
182 wxSTEditor::~wxSTEditor() in ~wxSTEditor()
203 bool wxSTEditor::Destroy() in Destroy()
247 wxSTEditor* wxSTEditor::Clone(wxWindow *parent, wxWindowID id, in Clone()
251 wxSTEditor *editor = wxStaticCast(GetClassInfo()->CreateObject(), wxSTEditor); in Clone()
256 void wxSTEditor::RefEditor(wxSTEditor *origEditor) in RefEditor()
365 bool wxSTEditor::IsModified() const in IsModified()
374 void wxSTEditor::DiscardEdits() in DiscardEdits()
386 void wxSTEditor::MarkDirty() in MarkDirty()
[all …]
H A Dsteframe.cpp290 wxSTEditor *editor = GetEditor(); in CreateOptions()
306 wxSTEditor *wxSTEditorFrame::GetEditor(int page) const in GetEditor()
450 wxSTEditor *editor = GetEditor(); in OnNotebookPageChanged()
566 wxSTEditor *editor = event.GetEditor(); in OnSTEPopupMenu()
584 wxSTEditor *editor = event.GetEditor(); in OnSTEState()
626 wxSTEditor* editor = NULL; in OnMenuOpen()
632 editor = wxDynamicCast(win, wxSTEditor); in OnMenuOpen()
686 wxSTEditor* editor = GetEditor(); in HandleMenuEvent()
692 editor = wxDynamicCast(focusWin, wxSTEditor); in HandleMenuEvent()
796 wxSTEditor* stEditor = NULL; in OnDropFiles()
[all …]
H A Dstenoteb.cpp241 wxSTEditor* editor = GetEditor(n); in FindEditorPageByFileName()
254 if (win && wxDynamicCast(win, wxSTEditor)) in FindEditorPageById()
439 wxSTEditor *editor = GetEditor(n); in ClosePage()
501 wxSTEditor *editor = GetEditor(n); in QuerySaveIfModified()
515 wxSTEditor *editor = NULL; in CanSaveAll()
599 wxSTEditor *editor = GetEditor(); in HandleMenuEvent()
743 wxSTEditor *editor = event.GetEditor(); in OnSTEState()
953 wxSTEditor *editor = NULL; in SaveAllFiles()
1195 wxSTEditor *editor = GetEditor(); in OnFindDialog()
1306 wxSTEditor *editor = NULL; in FindString()
[all …]
H A Dsteevent.cpp59 wxSTEditor* wxSTEditorEvent::GetEditor() const in GetEditor()
61 return wxDynamicCast(GetEventObject(), wxSTEditor); in GetEditor()
H A Dsteshell.cpp20 IMPLEMENT_DYNAMIC_CLASS(wxSTEditorShell, wxSTEditor) in IMPLEMENT_DYNAMIC_CLASS() argument
22 BEGIN_EVENT_TABLE(wxSTEditorShell, wxSTEditor) in IMPLEMENT_DYNAMIC_CLASS()
42 if (!wxSTEditor::Create(parent, id, pos, size, style, name)) in Create()
65 wxSTEditor::AppendText(text); // write the text in AppendText()
H A Dstesplit.cpp196 wxSTEditor *wxSTEditorSplitter::CreateEditor(wxWindowID id) in CreateEditor()
203 wxSTEditor *newEditor = NULL; in CreateEditor()
206 (wxDynamicCast(event.GetEventObject(), wxSTEditor) != NULL)) in CreateEditor()
208 newEditor = wxDynamicCast(event.GetEventObject(), wxSTEditor); in CreateEditor()
218 newEditor = new wxSTEditor(this, id); in CreateEditor()
296 wxSTEditor *wxSTEditorSplitter::GetEditor() in GetEditor()
304 void wxSTEditorSplitter::Initialize(wxSTEditor* editor) in Initialize()
H A Dstedlgs.cpp43 wxSTEditor* editor, in wxSTEditorPrefPageData()
76 wxSTEditor* wxSTEditorPrefPageData::GetEditor() const in GetEditor()
80 void wxSTEditorPrefPageData::SetEditor(wxSTEditor* editor) in SetEditor()
405 m_helpEditor = new wxSTEditor(m_styleNotebook, wxID_ANY); in wxSTEditorPrefDialogPageStyles()
571 void wxSTEditorPrefDialogPageStyles::SetupEditor(wxSTEditor* editor) in SetupEditor()
740 wxSTEditor *editor = wxStaticCast(event.GetEventObject(), wxSTEditor); in OnMarginClick()
1072 m_helpEditor = new wxSTEditor(m_notebook); in wxSTEditorPrefDialogPageLangs()
1774 wxSTEditor* editor = m_notebook->GetEditor(n); in UpdateListBox()
1889 if (wxDynamicCast(win, wxSTEditor) != NULL) in BEGIN_EVENT_TABLE()
1891 m_editor = wxDynamicCast(win, wxSTEditor); in BEGIN_EVENT_TABLE()
[all …]
H A Dstefindr.cpp253 wxSTEditor* editor) in GotoFindAllString()
303 IMPLEMENT_DYNAMIC_CLASS(wxSTEditorFindResultsEditor, wxSTEditor) in IMPLEMENT_DYNAMIC_CLASS() argument
305 BEGIN_EVENT_TABLE(wxSTEditorFindResultsEditor, wxSTEditor) in IMPLEMENT_DYNAMIC_CLASS()
320 if (!wxSTEditor::Create(parent, winid, pos, size, style, name)) in Create()
354 wxSTEditor::CreateOptions(options); in CreateOptions()
793 wxSTEditor* wxSTEditorFindReplacePanel::GetEditor() const in GetEditor()
796 wxSTEditor* edit = NULL; in GetEditor()
804 else if (wxDynamicCast(targetWindow, wxSTEditor)) in GetEditor()
805 edit = wxDynamicCast(targetWindow, wxSTEditor); in GetEditor()
1117 wxSTEditor *edit = GetEditor(); in UpdateButtons()
H A Dsteprefs.cpp30 int wxSTEditorPrefBase::FindEditor(wxSTEditor* editor) const in FindEditor()
36 wxSTEditor *wxSTEditorPrefBase::GetEditor(size_t n) const in GetEditor()
39 return (wxSTEditor*)M_BASEDATA->m_editors[n]; in GetEditor()
49 UpdateEditor((wxSTEditor*)M_BASEDATA->m_editors[n]); in UpdateAllEditors()
53 void wxSTEditorPrefBase::RegisterEditor(wxSTEditor *editor, bool update_now) in RegisterEditor()
65 void wxSTEditorPrefBase::RemoveEditor(wxSTEditor *editor) in RemoveEditor()
281 bool wxSTEditorPrefs::Create(wxSTEditor *editor) in Create()
464 void wxSTEditorPrefs::UpdateEditor(wxSTEditor *editor) in UpdateEditor()
H A Dsteprint.cpp106 wxSTEditorPrintout::wxSTEditorPrintout(wxSTEditor *editor, in wxSTEditorPrintout()
380 if (wxDynamicCast(parent, wxSTEditor)) in wxSTEditorPrintOptionsDialog()
382 wxSTEditor *edit = wxStaticCast(parent, wxSTEditor); in wxSTEditorPrintOptionsDialog()
H A Dstetree.cpp132 wxSTEditor* editor = NULL; in OnContextMenu()
136 editor = wxDynamicCast(data->m_notePage, wxSTEditor); in OnContextMenu()
183 wxSTEditor* editor = wxDynamicCast(data->m_notePage, wxSTEditor); in HandleMenuEvent()
419 wxSTEditor* editor = noteBook->GetEditor(n); in UpdateFromNotebook()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dstedit.h225 bool HasEditor(wxSTEditor* editor) const { return FindEditor(editor) != wxNOT_FOUND; } in HasEditor()
226 int FindEditor(wxSTEditor* editor) const { return m_editors.Index(editor); } in FindEditor()
227 wxSTEditor *GetEditor(size_t n) const { return (wxSTEditor*)m_editors.Item(n); } in GetEditor()
270 friend class wxSTEditor; variable
284 class WXDLLIMPEXP_STEDIT wxSTEditor : public wxStyledTextCtrl
288 wxSTEditor() : wxStyledTextCtrl() { Init(); } in wxSTEditor() function
290 wxSTEditor(wxWindow *parent, wxWindowID id = wxID_ANY,
296 virtual ~wxSTEditor();
311 virtual wxSTEditor* Clone(wxWindow *parent, wxWindowID id = wxID_ANY,
322 virtual void RefEditor(wxSTEditor *origEditor);
[all …]
H A Dstedlgs.h68 wxSTEditor* m_editor;
93 wxSTEditor* GetEditor() const;
234 wxSTEditor *m_colourEditor;
235 wxSTEditor *m_styleEditor;
236 wxSTEditor *m_helpEditor;
299 wxSTEditor* m_styleEditor;
303 wxSTEditor* m_helpEditor;
398 wxSTEditor* m_editor;
466 wxSTEditor* m_editor;
532 wxSTEditor* m_editor;
[all …]
H A Dsteprefs.h35 bool HasEditor(wxSTEditor* editor) const { return FindEditor(editor) != wxNOT_FOUND; } in HasEditor()
37 int FindEditor(wxSTEditor* editor) const;
39 wxSTEditor *GetEditor(size_t n) const;
42 virtual void UpdateEditor(wxSTEditor *WXUNUSED(editor))=0;
49 void RegisterEditor(wxSTEditor *editor, bool update_now = true);
51 void RemoveEditor(wxSTEditor *editor);
107 …bool Create(wxSTEditor *editor); ///< initialize from editor values (doesn't modify edit…
199 virtual void UpdateEditor(wxSTEditor *editor);
H A Dstesplit.h74 void Initialize(wxSTEditor* editor);
77 wxSTEditor *GetEditor();
79 wxSTEditor *GetEditor1() const { return m_editorOne; } in GetEditor1()
81 wxSTEditor *GetEditor2() const { return m_editorTwo; } in GetEditor2()
100 virtual wxSTEditor *CreateEditor(wxWindowID id = wxID_ANY);
130 wxSTEditor *m_editorOne;
131 wxSTEditor *m_editorTwo;
H A Dsteprint.h32 wxSTEditorPrintout( wxSTEditor *editor,
59 wxSTEditor* m_editor;
H A Dsteexprt.h41 wxSTEditorExporter(wxSTEditor* editor);
76 wxSTEditor* m_editor;
H A Dstenoteb.h74 wxSTEditor *GetEditor(int page = -1);
79 int FindEditorPage(const wxSTEditor* editor);
100 wxString FileNameToTabName(const wxSTEditor* editor) const;
H A Dsteshell.h48 class WXDLLIMPEXP_STEDIT wxSTEditorShell : public wxSTEditor
51 wxSTEditorShell() : wxSTEditor() { Init(); } in wxSTEditorShell()
H A Dstefindr.h203 wxSTEditor* editor);
248 class WXDLLIMPEXP_STEDIT wxSTEditorFindResultsEditor : public wxSTEditor
251 wxSTEditorFindResultsEditor() : wxSTEditor() { Init(); } in wxSTEditorFindResultsEditor()
351 wxSTEditor* GetEditor() const;
H A Dsteevent.h22 class WXDLLIMPEXP_FWD_STEDIT wxSTEditor; variable
55 wxSTEditor* GetEditor() const;
H A Dsteframe.h127 virtual wxSTEditor *GetEditor(int page = -1) const;
166 wxString MakeTitle(const wxSTEditor*) const;
H A Dstestyls.h317 wxSTEditor *editor, bool force = false ) const;
321 virtual void UpdateEditor(wxSTEditor *editor);
H A Dstelangs.h193 virtual void UpdateEditor( wxSTEditor *editor );
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/
H A DwxsSTEditor.cpp133 wxSTEditor *ste; in OnBuildPreview()
146 ste = new wxSTEditor(Parent, GetId(), Pos(Parent), mSize, Style()); in OnBuildPreview()

12