add_acknowledge_message_listener(int message_id, WimpAcknowledgeMessageListener *listener) | tbx::Application | |
add_command(int command_id, Command *command) | tbx::Application | |
add_idle_command(Command *command) | tbx::Application | |
add_mode_changed_listener(ModeChangedListener *listener) | tbx::Application | |
add_opener(Loader *loader, int file_type) | tbx::Application | |
add_palette_changed_listener(PaletteChangedListener *listener) | tbx::Application | |
add_prequit_listener(PreQuitListener *listener) | tbx::Application | |
add_quit_listener(QuitListener *listener) | tbx::Application | |
add_recorded_message_listener(int message_id, WimpRecordedMessageListener *listener) | tbx::Application | |
add_timer(int elapsed, Timer *timer) | tbx::Application | |
add_user_message_listener(int message_id, WimpUserMessageListener *listener) | tbx::Application | |
ALL_EVENTS | tbx::Application | static |
ALL_MESSAGES | tbx::Application | static |
Application(const char *task_directory, int wimp_version=MIN_WIMP_VERSION, const int *deliver_messages=ALL_MESSAGES, const int *deliver_events=ALL_EVENTS) | tbx::Application | |
catch_poll_exceptions(bool on) | tbx::Application | |
clear_autocreate_listener(std::string template_name) | tbx::Application | |
directory() const | tbx::Application | |
instance() | tbx::Application | inlinestatic |
messages() const | tbx::Application | inline |
MIN_WIMP_VERSION | tbx::Application | static |
NO_EVENTS | tbx::Application | static |
NO_MESSAGES | tbx::Application | static |
os_cli(std::string command) | tbx::Application | |
owns_window(WindowHandle window_handle, IconHandle icon_handle=0) | tbx::Application | |
quit() | tbx::Application | inline |
remove_acknowledge_message_listener(int message_id, WimpAcknowledgeMessageListener *listener) | tbx::Application | |
remove_command(int command_id, Command *command) | tbx::Application | |
remove_idle_command(Command *command) | tbx::Application | |
remove_mode_changed_listener(ModeChangedListener *listener) | tbx::Application | |
remove_opener(Loader *loader, int file_type) | tbx::Application | |
remove_palette_changed_listener(PaletteChangedListener *listener) | tbx::Application | |
remove_prequit_listener(PreQuitListener *listener) | tbx::Application | |
remove_quit_listener(QuitListener *listener) | tbx::Application | |
remove_recorded_message_listener(int message_id, WimpRecordedMessageListener *listener) | tbx::Application | |
remove_timer(Timer *timer) | tbx::Application | |
remove_user_message_listener(int message_id, WimpUserMessageListener *listener) | tbx::Application | |
resource(std::string template_name) | tbx::Application | |
run() | tbx::Application | |
running() const | tbx::Application | inline |
set_autocreate_listener(std::string template_name, AutoCreateListener *listener) | tbx::Application | |
set_post_event_listener(PostEventListener *listener) | tbx::Application | |
set_post_poll_listener(PostPollListener *listener) | tbx::Application | |
set_pre_poll_listener(PrePollListener *listener) | tbx::Application | |
sprite_area() const | tbx::Application | inline |
start_wimp_task(std::string command) | tbx::Application | |
task_handle() const | tbx::Application | inline |
uncaught_handler(UncaughtHandler *handler) | tbx::Application | |
unix_file_name_control(int flags) | tbx::Application | |
unix_file_name_control() const | tbx::Application | |
unix_file_name_translation(bool on) | tbx::Application | |
unix_file_name_translation() const | tbx::Application | |
yield() | tbx::Application | |