Public Member Functions

InputWindow Class Reference

#include <InputWindow.h>

List of all members.

Public Member Functions

 InputWindow ()
virtual ~InputWindow ()
void init (void)
void uninit (void)
bool activateInput (::DEVICE)
void deactivateInput (::DEVICE)
uint getDevices (::DeviceInfo *array, uint size)
::pDevice activateDevice (::DEVICE type, int ID)
void deactivateDevice (::pDevice device)
void loop (void)
void close (void)

Detailed Description

Definition at line 4 of file InputWindow.h.


Constructor & Destructor Documentation

InputWindow::InputWindow (  ) 

Definition at line 20 of file InputWindow.cpp.

InputWindow::~InputWindow (  )  [virtual]

Definition at line 28 of file InputWindow.cpp.


Member Function Documentation

pDevice InputWindow::activateDevice ( ::DEVICE  type,
int  ID 
)

Definition at line 352 of file InputWindow.cpp.

bool InputWindow::activateInput ( ::DEVICE  type  ) 

Definition at line 225 of file InputWindow.cpp.

void InputWindow::close ( void   ) 

Definition at line 104 of file InputWindow.cpp.

void InputWindow::deactivateDevice ( ::pDevice  device  ) 

Definition at line 374 of file InputWindow.cpp.

void InputWindow::deactivateInput ( ::DEVICE  type  ) 

Definition at line 276 of file InputWindow.cpp.

uint InputWindow::getDevices ( ::DeviceInfo array,
uint  size 
)

Definition at line 309 of file InputWindow.cpp.

void InputWindow::init ( void   ) 

Definition at line 32 of file InputWindow.cpp.

void InputWindow::loop ( void   ) 

Definition at line 51 of file InputWindow.cpp.

void InputWindow::uninit ( void   ) 

Definition at line 40 of file InputWindow.cpp.


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