BALL::VIEW::Hotkey Struct Reference

#include <BALL/VIEW/WIDGETS/pyWidget.h>

List of all members.


Public Member Functions

bool operator== (const Hotkey &hotkey) const
bool operator== (const QKeyEvent &e) const
const Hotkeyoperator= (const Hotkey &s)
bool operator< (const Hotkey &key)
 

Needed for MSVC.


bool set (const String &data)
void get (String &data) const

Static Public Member Functions

static Hotkey createHotkey (String modifier, String key, String command, bool &ok, String comment="")

Public Attributes

String comment
String action
Qt::KeyboardModifiers button_state
Qt::Key key

Member Function Documentation

static Hotkey BALL::VIEW::Hotkey::createHotkey ( String  modifier,
String  key,
String  command,
bool ok,
String  comment = "" 
) [static]
void BALL::VIEW::Hotkey::get ( String data  )  const
bool BALL::VIEW::Hotkey::operator< ( const Hotkey key  )  [inline]

Needed for MSVC.

const Hotkey& BALL::VIEW::Hotkey::operator= ( const Hotkey s  ) 
bool BALL::VIEW::Hotkey::operator== ( const QKeyEvent &  e  )  const
bool BALL::VIEW::Hotkey::operator== ( const Hotkey hotkey  )  const
bool BALL::VIEW::Hotkey::set ( const String data  ) 

Member Data Documentation

Qt::KeyboardModifiers BALL::VIEW::Hotkey::button_state