Accelerator Struct Reference

#include <accelerator.h>

Public Member Functions

 Accelerator (guint _key)
 Accelerator (guint _key, GdkModifierType _modifiers)
 Accelerator (const Accelerator &src)
bool operator< (const Accelerator &other) const
bool operator== (const Accelerator &other) const
Acceleratoroperator= (const Accelerator &other)

Data Fields

guint key
GdkModifierType modifiers

Detailed Description

Definition at line 34 of file accelerator.h.


Constructor & Destructor Documentation

Accelerator::Accelerator ( guint  _key  )  [inline]

Definition at line 36 of file accelerator.h.

Accelerator::Accelerator ( guint  _key,
GdkModifierType  _modifiers 
) [inline]

Definition at line 40 of file accelerator.h.

Accelerator::Accelerator ( const Accelerator src  )  [inline]

Definition at line 44 of file accelerator.h.


Member Function Documentation

bool Accelerator::operator< ( const Accelerator other  )  const [inline]

Definition at line 48 of file accelerator.h.

References ALLOWED_MODIFIERS, key, and modifiers.

Accelerator& Accelerator::operator= ( const Accelerator other  )  [inline]

Definition at line 64 of file accelerator.h.

References ALLOWED_MODIFIERS, key, and modifiers.

bool Accelerator::operator== ( const Accelerator other  )  const [inline]

Definition at line 56 of file accelerator.h.

References ALLOWED_MODIFIERS, key, and modifiers.


Field Documentation

Definition at line 70 of file accelerator.h.

Referenced by operator<(), operator=(), and operator==().

GdkModifierType Accelerator::modifiers

Definition at line 71 of file accelerator.h.

Referenced by operator<(), operator=(), and operator==().


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

Generated by  doxygen 1.6.2