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

Exception thrown when a window resource already contains a shortcut with a key code. More...

#include <resexcept.h>

Inheritance diagram for tbx::res::ResShortcutExists:

Public Member Functions

 ResShortcutExists (std::string window, int key_code)
 Construct exception thrown when a shortcut already exists in a window resource. More...
 

Detailed Description

Exception thrown when a window resource already contains a shortcut with a key code.

Constructor & Destructor Documentation

◆ ResShortcutExists()

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

Construct exception thrown when a shortcut already exists 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: