OpenJAUS Software Development Kit  4.3.1
Public Member Functions | Protected Attributes | List of all members
openjaus::hmi::ArcRecord Class Reference

#include <ArcRecord.h>

Inherits openjaus::model::fields::Record.

Public Member Functions

 ArcRecord ()
 
 ArcRecord (const ArcRecord &source)
 
 ~ArcRecord ()
 
void copy (ArcRecord &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
 
XVariantgetX (void)
 
YVariantgetY (void)
 
WidthVariantgetWidth (void)
 
HeightVariantgetHeight (void)
 
StartAngleVariantgetStartAngle (void)
 
ArcAngleVariantgetArcAngle (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

XVariant x
 
YVariant y
 
WidthVariant width
 
HeightVariant height
 
StartAngleVariant startAngle
 
ArcAngleVariant arcAngle
 
- Protected Attributes inherited from openjaus::model::fields::Record
std::vector< Field *> fields
 
- Protected Attributes inherited from openjaus::model::fields::Field
std::string name
 

Constructor & Destructor Documentation

§ ArcRecord() [1/2]

openjaus::hmi::ArcRecord::ArcRecord ( )

§ ArcRecord() [2/2]

openjaus::hmi::ArcRecord::ArcRecord ( const ArcRecord source)

§ ~ArcRecord()

openjaus::hmi::ArcRecord::~ArcRecord ( )

Member Function Documentation

§ copy()

void openjaus::hmi::ArcRecord::copy ( ArcRecord source)

§ from()

int openjaus::hmi::ArcRecord::from ( system::Buffer src)
virtual
Parameters
src

Reimplemented from openjaus::model::fields::Record.

§ getArcAngle()

ArcAngleVariant & openjaus::hmi::ArcRecord::getArcAngle ( void  )

§ getHeight()

HeightVariant & openjaus::hmi::ArcRecord::getHeight ( void  )

§ getStartAngle()

StartAngleVariant & openjaus::hmi::ArcRecord::getStartAngle ( void  )

§ getWidth()

WidthVariant & openjaus::hmi::ArcRecord::getWidth ( void  )

§ getX()

XVariant & openjaus::hmi::ArcRecord::getX ( void  )

§ getY()

YVariant & openjaus::hmi::ArcRecord::getY ( void  )

§ length()

int openjaus::hmi::ArcRecord::length ( void  )
virtual

Reimplemented from openjaus::model::fields::Record.

§ to()

int openjaus::hmi::ArcRecord::to ( system::Buffer dst)
virtual
Parameters
dst

Reimplemented from openjaus::model::fields::Record.

§ toXml()

std::string openjaus::hmi::ArcRecord::toXml ( unsigned char  ojIndentLevel = 0) const

Member Data Documentation

§ arcAngle

ArcAngleVariant openjaus::hmi::ArcRecord::arcAngle
protected

§ height

HeightVariant openjaus::hmi::ArcRecord::height
protected

§ startAngle

StartAngleVariant openjaus::hmi::ArcRecord::startAngle
protected

§ width

WidthVariant openjaus::hmi::ArcRecord::width
protected

§ x

XVariant openjaus::hmi::ArcRecord::x
protected

§ y

YVariant openjaus::hmi::ArcRecord::y
protected

The documentation for this class was generated from the following files: