HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UI_HotkeyHelper.h File Reference
#include "UI_API.h"
#include <UT/UT_PtrProxy.h>
#include <UT/UT_StringMap.h>
#include "UI_Object.h"
+ Include dependency graph for UI_HotkeyHelper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UI_HotkeyHelper
 
struct  UI_HotkeyHelper::Entry
 

Typedefs

typedef bool(UI_Object::* UI_HotkeyMethod )(int key, UI_Event *)
 Hotkey handler method. Returns true if successfully consumed. More...
 

Typedef Documentation

typedef bool(UI_Object::* UI_HotkeyMethod)(int key, UI_Event *)

Hotkey handler method. Returns true if successfully consumed.

Definition at line 22 of file UI_HotkeyHelper.h.