#include <nmv-hex-document.h>
|
| virtual | ~Document () |
| |
| ::HexDocument * | cobj () |
| |
| void | set_data (guint offset, guint len, guint rep_len, const guchar *data, bool undoable=false) |
| |
| guchar * | get_data (guint offset, guint len) |
| |
| void | delete_data (guint offset, guint len, bool undoable=false) |
| |
| void | clear (bool undoable=false) |
| |
| sigc::signal< void, HexChangeData * > & | signal_document_changed () const |
| |
| | Object () |
| |
| | Object (Object const &) |
| |
| Object & | operator= (Object const &) |
| |
| virtual | ~Object () |
| |
| void | ref () |
| |
| void | unref () |
| |
| void | enable_refcount (bool a_enabled=true) |
| |
| bool | is_refcount_enabled () const |
| |
| long | get_refcount () const |
| |
| void | attach_object (const UString &a_key, const Object *a_object) |
| |
| bool | get_attached_object (const UString &a_key, const Object *&a_object) |
| |
◆ Document() [1/2]
| nemiver::Hex::Document::Document |
( |
| ) |
|
|
protected |
◆ Document() [2/2]
| nemiver::Hex::Document::Document |
( |
const std::string & |
filename | ) |
|
|
protected |
◆ ~Document()
| virtual nemiver::Hex::Document::~Document |
( |
| ) |
|
|
virtual |
◆ clear()
| void nemiver::Hex::Document::clear |
( |
bool |
undoable = false | ) |
|
◆ cobj()
| ::HexDocument* nemiver::Hex::Document::cobj |
( |
| ) |
|
◆ create() [1/2]
◆ create() [2/2]
| static DocumentSafePtr nemiver::Hex::Document::create |
( |
const std::string & |
filename | ) |
|
|
static |
◆ delete_data()
| void nemiver::Hex::Document::delete_data |
( |
guint |
offset, |
|
|
guint |
len, |
|
|
bool |
undoable = false |
|
) |
| |
◆ get_data()
| guchar* nemiver::Hex::Document::get_data |
( |
guint |
offset, |
|
|
guint |
len |
|
) |
| |
◆ set_data()
| void nemiver::Hex::Document::set_data |
( |
guint |
offset, |
|
|
guint |
len, |
|
|
guint |
rep_len, |
|
|
const guchar * |
data, |
|
|
bool |
undoable = false |
|
) |
| |
◆ signal_document_changed()
| sigc::signal<void, HexChangeData*>& nemiver::Hex::Document::signal_document_changed |
( |
| ) |
const |
The documentation for this class was generated from the following file: