Nemiver  0.3
nemiver::SourceEditor Member List

This is the complete list of members for nemiver::SourceEditor, including all inherited members.

add_asm(Gtk::Window &a_parent_window, const common::DisassembleInfo &, const std::list< common::Asm > &a_asm, bool a_append, const list< UString > &a_src_search_dirs, list< UString > &a_session_dirs, std::map< UString, bool > &a_ignore_paths, Glib::RefPtr< Buffer > &a_buf)nemiver::SourceEditorstatic
assembly_buf_addr_to_line(const Address &, bool, int &) constnemiver::SourceEditor
assembly_buf_line_to_addr(int, Address &) constnemiver::SourceEditor
BUFFER_TYPE_ASSEMBLY enum valuenemiver::SourceEditor
BUFFER_TYPE_SOURCE enum valuenemiver::SourceEditor
BUFFER_TYPE_UNDEFINED enum valuenemiver::SourceEditor
BufferType enum namenemiver::SourceEditor
clear_decorations()nemiver::SourceEditor
create_source_buffer()nemiver::SourceEditorstatic
current_address(Address &) constnemiver::SourceEditor
current_column() constnemiver::SourceEditor
current_column(int &a_col)nemiver::SourceEditor
current_line() constnemiver::SourceEditor
current_line(int a_line)nemiver::SourceEditor
current_location() constnemiver::SourceEditor
do_search(const UString &a_str, Gtk::TextIter &a_start, Gtk::TextIter &a_end, bool a_match_case=false, bool a_match_entire_word=false, bool a_search_backwards=false, bool a_clear_selection=false)nemiver::SourceEditor
get_assembly_address_range(common::Range &a) constnemiver::SourceEditor
get_assembly_source_buffer() constnemiver::SourceEditor
get_buffer_type() constnemiver::SourceEditor
get_file_mime_type(const UString &a_path, UString &a_mime_type)nemiver::SourceEditorstatic
get_file_name(UString &a_file_name)nemiver::SourceEditor
get_non_assembly_source_buffer() constnemiver::SourceEditor
get_path(UString &a_path) constnemiver::SourceEditor
get_path() constnemiver::SourceEditor
get_word_at_position(int a_x, int a_y, UString &a_word, Gdk::Rectangle &a_start_rect, Gdk::Rectangle &a_end_rect) constnemiver::SourceEditor
insertion_changed_signal() constnemiver::SourceEditor
is_visual_breakpoint_set_at_line(int a_line) constnemiver::SourceEditor
load_asm(Gtk::Window &a_parent_window, const common::DisassembleInfo &, const std::list< common::Asm > &a_asm, bool a_append, const list< UString > &a_src_search_dirs, list< UString > &a_session_dirs, std::map< UString, bool > &a_ignore_paths, Glib::RefPtr< Buffer > &a_buf)nemiver::SourceEditorstatic
load_file(Gtk::Window &a_parent, const UString &a_path, const std::list< std::string > &a_supported_encodings, bool a_enable_syntaxt_highlight, Glib::RefPtr< Buffer > &a_source_buffer)nemiver::SourceEditorstatic
marker_region_got_clicked_signal() constnemiver::SourceEditor
move_where_marker_to_address(const Address &address, bool do_scroll, bool a_approximate)nemiver::SourceEditor
move_where_marker_to_line(int a_line, bool a_do_scroll=true)nemiver::SourceEditor
place_cursor_at_address(const Address &)nemiver::SourceEditor
place_cursor_at_line(size_t)nemiver::SourceEditor
register_assembly_source_buffer(Glib::RefPtr< Buffer > &a_buf)nemiver::SourceEditor
register_non_assembly_source_buffer(Glib::RefPtr< Buffer > &a_buf)nemiver::SourceEditor
remove_visual_breakpoint_from_address(const Address &)nemiver::SourceEditor
remove_visual_breakpoint_from_line(int a_line)nemiver::SourceEditor
scroll_to_address(const Address &a_address, bool a_approximate)nemiver::SourceEditor
scroll_to_iter(Gtk::TextIter &a_iter)nemiver::SourceEditor
scroll_to_line(int a_line)nemiver::SourceEditor
set_path(const UString &a_path)nemiver::SourceEditor
set_visual_breakpoint_at_address(const Address &a_address, bool is_countpoint, bool enabled)nemiver::SourceEditor
set_visual_breakpoint_at_line(int a_line, bool a_is_count_point, bool a_enabled)nemiver::SourceEditor
setup_and_popup_menu(GdkEventButton *a_event, Gtk::Widget *attach_to, Gtk::Menu *custom_menu)nemiver::SourceEditor
setup_buffer_mime_and_lang(Glib::RefPtr< Buffer > &a_buf, const std::string &a_mime_type="text/x-c++")nemiver::SourceEditorstatic
source_view() constnemiver::SourceEditor
SourceEditor(Gtk::Window &a_parent_window, const UString &a_root_dir, Glib::RefPtr< Buffer > &a_buf, bool a_composite=false)nemiver::SourceEditorexplicit
switch_to_assembly_source_buffer()nemiver::SourceEditor
switch_to_non_assembly_source_buffer()nemiver::SourceEditor
unset_where_marker()nemiver::SourceEditor
~SourceEditor()nemiver::SourceEditorvirtual