#include <nmv-hex-editor.h>
◆ Editor()
◆ ~Editor()
| virtual nemiver::Hex::Editor::~Editor |
( |
| ) |
|
|
virtual |
◆ clear_selection()
| void nemiver::Hex::Editor::clear_selection |
( |
| ) |
|
◆ copy_to_clipboard()
| void nemiver::Hex::Editor::copy_to_clipboard |
( |
| ) |
|
◆ create()
◆ cut_to_clipboard()
| void nemiver::Hex::Editor::cut_to_clipboard |
( |
| ) |
|
◆ delete_selection()
| void nemiver::Hex::Editor::delete_selection |
( |
| ) |
|
◆ get_byte()
| guchar nemiver::Hex::Editor::get_byte |
( |
guint |
| ) |
|
◆ get_cursor()
| guint nemiver::Hex::Editor::get_cursor |
( |
| ) |
|
◆ get_geometry()
| void nemiver::Hex::Editor::get_geometry |
( |
int & |
cpl, |
|
|
int & |
vis_lines |
|
) |
| const |
◆ get_selection()
| bool nemiver::Hex::Editor::get_selection |
( |
int & |
start, |
|
|
int & |
end |
|
) |
| |
◆ get_widget()
| virtual Gtk::Container& nemiver::Hex::Editor::get_widget |
( |
| ) |
const |
|
virtual |
◆ paste_from_clipboard()
| void nemiver::Hex::Editor::paste_from_clipboard |
( |
| ) |
|
◆ set_cursor()
| void nemiver::Hex::Editor::set_cursor |
( |
int |
| ) |
|
◆ set_cursor_xy()
| void nemiver::Hex::Editor::set_cursor_xy |
( |
int |
, |
|
|
int |
|
|
) |
| |
◆ set_font()
| void nemiver::Hex::Editor::set_font |
( |
const Pango::FontDescription & |
a_desc | ) |
|
◆ set_geometry()
| void nemiver::Hex::Editor::set_geometry |
( |
int |
cpl, |
|
|
int |
vis_lines |
|
) |
| |
◆ set_group_type()
| void nemiver::Hex::Editor::set_group_type |
( |
guint |
| ) |
|
◆ set_insert_mode()
| void nemiver::Hex::Editor::set_insert_mode |
( |
bool |
| ) |
|
◆ set_nibble()
| void nemiver::Hex::Editor::set_nibble |
( |
int |
| ) |
|
◆ set_selection()
| void nemiver::Hex::Editor::set_selection |
( |
int |
start, |
|
|
int |
end |
|
) |
| |
◆ set_starting_offset()
| void nemiver::Hex::Editor::set_starting_offset |
( |
int |
a_starting_offset | ) |
|
◆ show_offsets()
| void nemiver::Hex::Editor::show_offsets |
( |
bool |
show = true | ) |
|
The documentation for this class was generated from the following file: