#include <Keyboard.h>
Public Member Functions | |
Keyboard (int argc, const char *argv[]) | |
Default constructor. | |
ResourcePlate | getPlate () const |
Gets the plate of the resource. | |
void | setBuffer (string newBuffer) |
Sets the buffer. | |
string | buffer () |
Gets the buffer. |
MipResources::Keyboard::Keyboard | ( | int | argc, | |
const char * | argv[] | |||
) | [inline] |
Default constructor.
[in] | argc | Argument number. |
[in] | &argv[] | Argument list. |
ResourcePlate MipResources::Keyboard::getPlate | ( | ) | const [inline, virtual] |
void MipResources::Keyboard::setBuffer | ( | string | newBuffer | ) | [inline] |
Sets the buffer.
string MipResources::Keyboard::buffer | ( | ) | [inline] |
Gets the buffer.