MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Attributes | List of all members
mve::View::BlobProxy Struct Reference

Proxy for BLOBs (Binary Large OBjects). More...

#include <view.h>

Collaboration diagram for mve::View::BlobProxy:
Collaboration graph
[legend]

Public Attributes

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
 

Detailed Description

Proxy for BLOBs (Binary Large OBjects).

Definition at line 113 of file view.h.

Member Data Documentation

◆ blob

ByteImage::Ptr mve::View::BlobProxy::blob

Definition at line 132 of file view.h.

◆ 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

Definition at line 128 of file view.h.

◆ 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

Definition at line 129 of file view.h.


The documentation for this struct was generated from the following file: