Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
JawsMako::CFieldOption Class Reference

Class to store form field option array entries. More...

#include <jawsmako/interactive.h>

Public Member Functions

 CFieldOption ()
 CFieldOption (const U8String &_label, const U8String &_exportValue=U8String())
bool operator== (const CFieldOption &other) const
bool operator!= (const CFieldOption &other) const

Public Attributes

U8String label
U8String exportValue

Detailed Description

Class to store form field option array entries.

Constructor & Destructor Documentation

◆ CFieldOption() [1/2]

JawsMako::CFieldOption::CFieldOption ( )
inline

◆ CFieldOption() [2/2]

JawsMako::CFieldOption::CFieldOption ( const U8String & _label,
const U8String & _exportValue = U8String() )
inline

Member Function Documentation

◆ operator!=()

bool JawsMako::CFieldOption::operator!= ( const CFieldOption & other) const
inline

◆ operator==()

bool JawsMako::CFieldOption::operator== ( const CFieldOption & other) const
inline

Member Data Documentation

◆ exportValue

U8String JawsMako::CFieldOption::exportValue

◆ label

U8String JawsMako::CFieldOption::label

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