Support Forum       G3D Web Page     
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
G3D::XRWidget::VoluntaryBlinkEvent::Type Class Reference

Public Types

enum  Value {
  LONG_BLINK,
  DOUBLE_BLINK
}
 

Public Member Functions

 Type (const G3D::String &x)
 
 Type (char v)
 
 Type (int v)
 
 Type (const G3D::Any &a)
 
 Type ()
 
 Type (const Value v)
 
void deserialize (G3D::BinaryInput &b)
 
unsigned int hashCode () const
 
 operator int () const
 
bool operator!= (const Type ::Value other) const
 
bool operator!= (const Type other) const
 
Type operator+ (const int x) const
 
Typeoperator++ ()
 
Typeoperator+= (const int x)
 
Type operator- (const int x) const
 
Typeoperator-- ()
 
Typeoperator-= (const int x)
 
bool operator< (const Type other) const
 
bool operator< (const Value other) const
 
bool operator<= (const Value other) const
 
bool operator<= (const Type other) const
 
Typeoperator= (const G3D::Any &a)
 
bool operator== (const Type ::Value other) const
 
bool operator== (const Type other) const
 
bool operator> (const Type other) const
 
bool operator> (const Value other) const
 
bool operator>= (const Type other) const
 
bool operator>= (const Value other) const
 
void serialize (G3D::BinaryOutput &b) const
 
G3D::Any toAny () const
 
const char * toString () const
 

Static Public Member Functions

static const char * classname ()
 
static int count ()
 
static Value nthValue (int n)
 
static const char * toString (int i, Value &v)
 

Public Attributes

enum G3D::XRWidget::VoluntaryBlinkEvent::Type::Value value
 

Member Enumeration Documentation

◆ Value

Enumerator
LONG_BLINK 
DOUBLE_BLINK 

Constructor & Destructor Documentation

◆ Type() [1/6]

G3D::XRWidget::VoluntaryBlinkEvent::Type::Type ( const G3D::String x)
inlineexplicit

◆ Type() [2/6]

G3D::XRWidget::VoluntaryBlinkEvent::Type::Type ( const G3D::Any a)
inlineexplicit

◆ Type() [3/6]

G3D::XRWidget::VoluntaryBlinkEvent::Type::Type ( char  v)
inlineexplicit

◆ Type() [4/6]

G3D::XRWidget::VoluntaryBlinkEvent::Type::Type ( )
inline

◆ Type() [5/6]

G3D::XRWidget::VoluntaryBlinkEvent::Type::Type ( const Value  v)
inline

◆ Type() [6/6]

G3D::XRWidget::VoluntaryBlinkEvent::Type::Type ( int  v)
inlineexplicit

Member Function Documentation

◆ classname()

static const char* G3D::XRWidget::VoluntaryBlinkEvent::Type::classname ( )
inlinestatic

◆ count()

static int G3D::XRWidget::VoluntaryBlinkEvent::Type::count ( )
inlinestatic

◆ deserialize()

void G3D::XRWidget::VoluntaryBlinkEvent::Type::deserialize ( G3D::BinaryInput b)
inline

◆ hashCode()

unsigned int G3D::XRWidget::VoluntaryBlinkEvent::Type::hashCode ( ) const
inline

◆ nthValue()

static Value G3D::XRWidget::VoluntaryBlinkEvent::Type::nthValue ( int  n)
inlinestatic

◆ operator int()

G3D::XRWidget::VoluntaryBlinkEvent::Type::operator int ( ) const
inline

◆ operator!=() [1/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator!= ( const Type  other) const
inline

◆ operator!=() [2/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator!= ( const Type ::Value  other) const
inline

◆ operator+()

Type G3D::XRWidget::VoluntaryBlinkEvent::Type::operator+ ( const int  x) const
inline

◆ operator++()

Type& G3D::XRWidget::VoluntaryBlinkEvent::Type::operator++ ( )
inline

◆ operator+=()

Type& G3D::XRWidget::VoluntaryBlinkEvent::Type::operator+= ( const int  x)
inline

◆ operator-()

Type G3D::XRWidget::VoluntaryBlinkEvent::Type::operator- ( const int  x) const
inline

◆ operator--()

Type& G3D::XRWidget::VoluntaryBlinkEvent::Type::operator-- ( )
inline

◆ operator-=()

Type& G3D::XRWidget::VoluntaryBlinkEvent::Type::operator-= ( const int  x)
inline

◆ operator<() [1/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator< ( const Value  other) const
inline

◆ operator<() [2/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator< ( const Type  other) const
inline

◆ operator<=() [1/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator<= ( const Type  other) const
inline

◆ operator<=() [2/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator<= ( const Value  other) const
inline

◆ operator=()

Type& G3D::XRWidget::VoluntaryBlinkEvent::Type::operator= ( const G3D::Any a)
inline

◆ operator==() [1/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator== ( const Type ::Value  other) const
inline

◆ operator==() [2/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator== ( const Type  other) const
inline

◆ operator>() [1/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator> ( const Type  other) const
inline

◆ operator>() [2/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator> ( const Value  other) const
inline

◆ operator>=() [1/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator>= ( const Type  other) const
inline

◆ operator>=() [2/2]

bool G3D::XRWidget::VoluntaryBlinkEvent::Type::operator>= ( const Value  other) const
inline

◆ serialize()

void G3D::XRWidget::VoluntaryBlinkEvent::Type::serialize ( G3D::BinaryOutput b) const
inline

◆ toAny()

G3D::Any G3D::XRWidget::VoluntaryBlinkEvent::Type::toAny ( ) const
inline

◆ toString() [1/2]

const char* G3D::XRWidget::VoluntaryBlinkEvent::Type::toString ( ) const
inline

◆ toString() [2/2]

static const char* G3D::XRWidget::VoluntaryBlinkEvent::Type::toString ( int  i,
Value v 
)
inlinestatic

Member Data Documentation

◆ value

enum G3D::XRWidget::VoluntaryBlinkEvent::Type::Value G3D::XRWidget::VoluntaryBlinkEvent::Type::value

documentation generated on Wed Nov 24 2021 08:02:03 using doxygen 1.8.15