#include <ofxsInteract.h>
Inheritance diagram for OFX::KeyArgs:

Note
Public Member Functions | |
| KeyArgs (const PropertySet &props) | |
| ctor | |
Public Attributes | |
| int | keySymbol |
| The key represented as one of the entries in ofxKeySyms.h, see note in OFX::KeyArgs. | |
| std::string | keyString |
| That key as a UTF8 string, see note in OFX::KeyArgs. | |
|
|
ctor
|
|
|
That key as a UTF8 string, see note in OFX::KeyArgs.
|
|
|
The key represented as one of the entries in ofxKeySyms.h, see note in OFX::KeyArgs.
|
1.3.9.1