#include <eventHandler.h>#include <chancfg.h>#include <textNode.h>#include <eggLoader.h>#include <notify.h>#include <pt_NamedNode.h>Go to the source code of this file.
Functions | |
| int | framework_main (int argc, char *argv[]) |
| PT (TextNode) text_node | |
| void | event_p (CPT_Event) |
| void | event_s (CPT_Event) |
| void | text_keys (EventHandler &eh) |
| int | main (int argc, char *argv[]) |
Variables | |
| PT_NamedNode | render |
| PT_NamedNode | egg_root |
| EventHandler | event_handler |
| void(* | define_keys )(EventHandler &) |
| char * | textStr |
|
|
Definition at line 36 of file text_test.cxx. |
|
|
Definition at line 43 of file text_test.cxx. |
|
||||||||||||
|
Referenced by main(). |
|
||||||||||||
|
Definition at line 78 of file text_test.cxx. References define_keys, framework_main(), text_keys(), and textStr. |
|
|
|
|
|
Definition at line 50 of file text_test.cxx. References EventHandler::add_hook(), egg_root, event_p(), event_s(), Texture::FT_linear, loader, PT, Texture::read(), Texture::set_magfilter(), Texture::set_minfilter(), tex, and textStr. Referenced by main(). |
|
|
Definition at line 31 of file text_test.cxx. |
|
|
Definition at line 27 of file text_test.cxx. |
|
|
Definition at line 28 of file text_test.cxx. |
|
|
Definition at line 26 of file text_test.cxx. |
|
|
Definition at line 34 of file text_test.cxx. Referenced by main(), and text_keys(). |
1.3