Proxy for BLOBs (Binary Large OBjects).
More...
#include <view.h>
|
| ByteImage::Ptr | blob |
| |
| std::string | filename |
| | Filename is empty if the BLOB has not been saved yet, or relative if the BLOB is mapped to the view on disc.
|
| |
| bool | is_dirty = false |
| | Indicates if the BLOB is unsaved or has been changed.
|
| |
| bool | is_initialized = false |
| |
| std::string | name |
| | The name of the BLOB.
|
| |
| uint64_t | size = 0 |
| |
Proxy for BLOBs (Binary Large OBjects).
Definition at line 113 of file view.h.
◆ blob
◆ filename
| std::string mve::View::BlobProxy::filename |
Filename is empty if the BLOB has not been saved yet, or relative if the BLOB is mapped to the view on disc.
Definition at line 125 of file view.h.
◆ is_dirty
| bool mve::View::BlobProxy::is_dirty = false |
Indicates if the BLOB is unsaved or has been changed.
Definition at line 116 of file view.h.
◆ is_initialized
| bool mve::View::BlobProxy::is_initialized = false |
◆ name
| std::string mve::View::BlobProxy::name |
The name of the BLOB.
Definition at line 119 of file view.h.
◆ size
| uint64_t mve::View::BlobProxy::size = 0 |
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/mve-354a652461377939ca136f451ba3271a1c52ee65/libs/mve/view.h