#include <testApp.h>
Public Member Functions | |
IC_TestApp (const String str) | |
virtual | ~IC_TestApp () |
bool | OnEvent (irr::SEvent event) |
void | main (array< String > &args) |
const String | getName () const |
void | showModel () |
void | showMap () |
void | showTestNode () |
void | hideNode () |
Protected Member Functions | |
void | init (array< String > &args) |
bool | isRunning () |
void | setRunning (bool bVal) |
bool | run () |
void | drawCaptions () |
Definition at line 7 of file testApp.h.
IC_TestApp::IC_TestApp | ( | const String | str | ) |
Definition at line 60 of file testApp.cpp.
IC_TestApp::~IC_TestApp | ( | ) | [virtual] |
Definition at line 71 of file testApp.cpp.
void IC_TestApp::drawCaptions | ( | ) | [protected] |
Definition at line 347 of file testApp.cpp.
void IC_TestApp::hideNode | ( | ) | [virtual] |
void IC_TestApp::init | ( | array< String > & | args | ) | [protected] |
Definition at line 154 of file testApp.cpp.
bool IC_TestApp::isRunning | ( | ) | [protected] |
Definition at line 236 of file testApp.cpp.
void IC_TestApp::main | ( | array< String > & | args | ) |
Definition at line 136 of file testApp.cpp.
bool IC_TestApp::OnEvent | ( | irr::SEvent | event | ) |
Definition at line 80 of file testApp.cpp.
bool IC_TestApp::run | ( | void | ) | [protected] |
Definition at line 244 of file testApp.cpp.
void IC_TestApp::setRunning | ( | bool | bVal | ) | [protected] |
Definition at line 240 of file testApp.cpp.
void IC_TestApp::showMap | ( | ) | [virtual] |
void IC_TestApp::showModel | ( | ) | [virtual] |
void IC_TestApp::showTestNode | ( | ) | [virtual] |