OpenJAUS Software Development Kit
4.3.1
|
#include <PageRecord.h>
Inherits openjaus::model::fields::Record.
Public Member Functions | |
PageRecord () | |
PageRecord (const PageRecord &source) | |
~PageRecord () | |
void | copy (PageRecord &source) |
virtual int | to (system::Buffer *dst) |
Operation to. More... | |
virtual int | from (system::Buffer *src) |
Operation from. More... | |
virtual int | length (void) |
Serializes object to internal transport buffer. More... | |
std::string | toXml (unsigned char ojIndentLevel=0) const |
MinimumXVariant & | getMinimumX (void) |
MinimumYVariant & | getMinimumY (void) |
MaximumXVariant & | getMaximumX (void) |
MaximumYVariant & | getMaximumY (void) |
Public Member Functions inherited from openjaus::model::fields::Record | |
Record () | |
virtual | ~Record () |
const std::vector< Field *> & | getFields () const |
Accessor to get the value of fields. More... | |
bool | setFields (const Field &fields) |
Accessor to set value of fields. More... | |
virtual std::string | toString () const |
Public Member Functions inherited from openjaus::model::fields::ComplexField | |
virtual | ~ComplexField () |
Public Member Functions inherited from openjaus::model::fields::Field | |
Field () | |
virtual | ~Field () |
std::string | getName () const |
Accessor to get the value of name. More... | |
bool | setName (std::string name) |
Accessor to set value of name. More... | |
Public Member Functions inherited from openjaus::system::Transportable | |
virtual | ~Transportable () |
Transportable () | |
Protected Attributes | |
MinimumXVariant | minimumX |
MinimumYVariant | minimumY |
MaximumXVariant | maximumX |
MaximumYVariant | maximumY |
Protected Attributes inherited from openjaus::model::fields::Record | |
std::vector< Field *> | fields |
Protected Attributes inherited from openjaus::model::fields::Field | |
std::string | name |
openjaus::hmi::PageRecord::PageRecord | ( | ) |
openjaus::hmi::PageRecord::PageRecord | ( | const PageRecord & | source | ) |
openjaus::hmi::PageRecord::~PageRecord | ( | ) |
void openjaus::hmi::PageRecord::copy | ( | PageRecord & | source | ) |
|
virtual |
src |
Reimplemented from openjaus::model::fields::Record.
MaximumXVariant & openjaus::hmi::PageRecord::getMaximumX | ( | void | ) |
MaximumYVariant & openjaus::hmi::PageRecord::getMaximumY | ( | void | ) |
MinimumXVariant & openjaus::hmi::PageRecord::getMinimumX | ( | void | ) |
MinimumYVariant & openjaus::hmi::PageRecord::getMinimumY | ( | void | ) |
|
virtual |
Reimplemented from openjaus::model::fields::Record.
|
virtual |
dst |
Reimplemented from openjaus::model::fields::Record.
std::string openjaus::hmi::PageRecord::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |