tbx  0.7.5
Public Member Functions | List of all members
tbx::res::ResShortcutNotFound Class Reference

Exception thrown when a shortcut key can't be found in a window. More...

#include <resexcept.h>

Inheritance diagram for tbx::res::ResShortcutNotFound:

Public Member Functions

 ResShortcutNotFound (std::string window, int key_code)
 Construct exception thrown when a shortcut can not be found in a window resource. More...
 

Detailed Description

Exception thrown when a shortcut key can't be found in a window.

Constructor & Destructor Documentation

◆ ResShortcutNotFound()

tbx::res::ResShortcutNotFound::ResShortcutNotFound ( std::string  window,
int  key_code 
)
inline

Construct exception thrown when a shortcut can not be found in a window resource.

Parameters
windowname of window
key_codeWIMP key code for the shortcut

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