wex v24.10.0
|
This is the complete list of members for wex::del::frame, including all inherited members.
activate(wex::data::listview::type_t, const lexer *lexer=nullptr) | wex::del::frame | inlinevirtual |
allow_browse_backward() const | wex::frame | |
allow_browse_forward() const | wex::frame | |
allow_close(wxWindowID id, wxWindow *page) | wex::frame | virtual |
bind_accelerators(wxWindow *parent, const std::vector< wxAcceleratorEntry > &v, bool debug=false) override | wex::del::frame | virtual |
browse(const wxCommandEvent &event) | wex::frame | |
debug_add_menu(menu &m, bool b) override | wex::del::frame | virtual |
debug_entry() const | wex::frame | inline |
debug_exe(int id, syntax::stc *stc) override | wex::del::frame | virtual |
debug_exe(const std::string &exe, syntax::stc *stc) override | wex::del::frame | virtual |
wex::frame::debug_exe(const path &p) | wex::frame | inlinevirtual |
debug_handler() override | wex::del::frame | virtual |
debug_is_active() const override | wex::del::frame | virtual |
debug_print(const std::string &text) override | wex::del::frame | virtual |
debug_toggle_breakpoint(int line, syntax::stc *stc) override | wex::del::frame | virtual |
default_extensions() const | wex::del::frame | |
file_history() | wex::frame | inline |
file_history_list() | wex::del::frame | inlineprotected |
find_in_files(const std::vector< path > &files, const tool &tool, bool show_dialog=true, listview *report=nullptr) | wex::del::frame | |
find_in_files_dialog(const tool &tool, bool add_in_files=false) | wex::del::frame | |
find_in_files_title(wex::window_id id) const | wex::del::frame | |
frame(size_t maxFiles=9, size_t maxProjects=0, const data::window &data=data::window().style(wxDEFAULT_FRAME_STYLE)) | wex::del::frame | |
wex::frame::frame(size_t maxFiles=9, const data::window &data=data::window().style(wxDEFAULT_FRAME_STYLE)) | wex::frame | |
wex::factory::frame::frame() | wex::factory::frame | |
wex::factory::frame::frame(wxWindow *parent, wxWindowID winid, const std::string &title) | wex::factory::frame | |
get_debug() | wex::del::frame | inline |
get_find_focus() | wex::factory::frame | inline |
get_find_toolbar() | wex::frame | inline |
get_grid() | wex::factory::frame | virtual |
get_listview() | wex::factory::frame | virtual |
get_options_toolbar() | wex::frame | inline |
get_process(const std::string &command) | wex::factory::frame | inlinevirtual |
get_project() | wex::del::frame | inlinevirtual |
get_project_history() | wex::del::frame | inline |
get_statusbar() | wex::frame | inline |
get_statustext(const std::string &pane) const override | wex::frame | virtual |
get_stc() | wex::factory::frame | virtual |
get_toolbar() | wex::frame | inline |
grep(const std::string &line, bool sed=false) | wex::del::frame | |
HIDE_BAR enum value | wex::frame | |
HIDE_BAR_FOCUS_STC enum value | wex::frame | |
HIDE_BAR_FORCE enum value | wex::frame | |
HIDE_BAR_FORCE_FOCUS_STC enum value | wex::frame | |
id_find_in_files | wex::del::frame | inlinestatic |
is_closing() const | wex::factory::frame | inline |
is_open(const path &filename) | wex::factory::frame | virtual |
next_page() | wex::frame | inlinevirtual |
on_command_item_dialog(wxWindowID dialogid, const wxCommandEvent &event) override | wex::del::frame | virtual |
on_notebook(wxWindowID id, wxWindow *page) override | wex::del::frame | virtual |
open_file(const path &filename, const data::stc &data=data::stc()) override | wex::frame | virtual |
wex::factory::frame::open_file(const path &filename, const std::string &text, const data::stc &data) | wex::factory::frame | virtual |
open_file_same_page(const wex::path &p) | wex::frame | inlinevirtual |
open_file_vcs(const path &filename, vcs_entry &vcs, const data::stc &data) | wex::factory::frame | inlinevirtual |
open_from_action(const std::string &file, const std::string &move_ext) | wex::del::frame | |
output(const std::string &text) const override | wex::frame | virtual |
pane_add(wxWindow *pane) | wex::frame | |
pane_add(const panes_t &panes, const std::string &perspective="managed frame") | wex::frame | |
pane_get(const std::string &pane) | wex::frame | |
pane_is_maximized(const std::string &pane) | wex::frame | inline |
pane_is_shown(const std::string &pane) | wex::frame | inline |
pane_maximize(const std::string &pane) | wex::frame | |
pane_restore(const std::string &pane) | wex::frame | |
pane_set(const std::string &pane, const wxAuiPaneInfo &info) | wex::frame | |
pane_show(const std::string &pane, bool show=true) | wex::frame | |
pane_toggle(const std::string &pane) | wex::frame | inline |
panes() const | wex::frame | |
panes_t typedef | wex::frame | |
print_ex(syntax::stc *stc, const std::string &text) | wex::frame | inlinevirtual |
process_async_system(const process_data &data) override | wex::del::frame | virtual |
record(const std::string &command) | wex::frame | virtual |
restore_page(const std::string &key) | wex::frame | inlinevirtual |
save_current_page(const std::string &key) | wex::frame | inlinevirtual |
sed(const std::string &line) | wex::del::frame | inline |
set_debug_entry(wex::debug_entry *de) | wex::frame | inline |
set_find_focus(wxWindow *focus) | wex::factory::frame | inline |
set_recent_file(const path &path) override | wex::del::frame | virtual |
set_recent_project(const path &path) | wex::del::frame | inline |
SetMenuBar(wxMenuBar *bar) override | wex::factory::frame | |
setup_statusbar(const std::vector< statusbar_pane > &panes, long style=wxST_SIZEGRIP, const std::string &name="statusBar") | wex::frame | |
shift_double_click() | wex::frame | inlinevirtual |
SHOW_BAR enum value | wex::frame | |
SHOW_BAR_SYNC_CLOSE_ALL enum value | wex::frame | |
show_ex_bar(int action=HIDE_BAR_FOCUS_STC, syntax::stc *stc=nullptr) override | wex::del::frame | virtual |
show_ex_command(syntax::stc *stc, const std::string &label) | wex::frame | |
show_ex_input(syntax::stc *stc, char command) | wex::frame | |
show_ex_message(const std::string &text) override | wex::del::frame | virtual |
show_process(bool show) | wex::frame | |
statusbar_clicked(const std::string &) override | wex::del::frame | virtual |
statusbar_clicked_right(const std::string &) override | wex::del::frame | virtual |
statustext(const std::string &text, const std::string &pane) const override | wex::frame | virtual |
statustext_vcs(factory::stc *stc) | wex::del::frame | |
stc_entry_dialog_component() override | wex::del::frame | virtual |
stc_entry_dialog_show(bool modal=false) override | wex::del::frame | virtual |
stc_entry_dialog_title() const override | wex::del::frame | virtual |
stc_entry_dialog_title(const std::string &title) override | wex::del::frame | virtual |
stc_entry_dialog_validator(const std::string ®ex) override | wex::del::frame | virtual |
sync(bool start=true) | wex::del::frame | inline |
sync_all() | wex::frame | inlinevirtual |
sync_close_all(wxWindowID id) | wex::frame | virtual |
toggled_panes() const | wex::frame | inline |
toggled_panes_t typedef | wex::frame | |
update_statusbar(const wxListView *lv) | wex::factory::frame | |
update_statusbar(factory::stc *stc, const std::string &pane) | wex::factory::frame | |
use_file_history_list(listview *list) | wex::del::frame | |
vcs() | wex::del::frame | inline |
vcs_add_path(factory::link *) override | wex::del::frame | virtual |
vcs_annotate_commit(syntax::stc *, int line, const std::string &commit_id) override | wex::del::frame | virtual |
vcs_append(menu *, const menu_item *i) const override | wex::del::frame | virtual |
vcs_blame(syntax::stc *) override | wex::del::frame | virtual |
vcs_blame_revision(syntax::stc *, const std::string &renamed, const std::string &offset) override | wex::del::frame | virtual |
vcs_blame_show(vcs_entry *vcs, syntax::stc *) | wex::del::frame | |
vcs_destroy_dialog() | wex::del::frame | |
vcs_dir_exists(const path &p) const override | wex::del::frame | virtual |
vcs_execute(int event_id, const std::vector< wex::path > &paths, const data::window &arg=data::window()) override | wex::del::frame | virtual |
vi_exec_command(ex_command &command) | wex::frame | inlinevirtual |
vi_is_address(syntax::stc *stc, const std::string &text) const override | wex::del::frame | virtual |
~frame() override | wex::del::frame |