Pyrogenesis  trunk
Public Attributes | List of all members
AppHooks Struct Reference

holds a function pointer (allowed to be NULL) for each hook. More...

#include <app_hooks.h>

Collaboration diagram for AppHooks:
Collaboration graph
[legend]

Public Attributes

void(* override_gl_upload_caps )()
 
const OsPath &(* get_log_dir )()
 
void(* bundle_logs )(FILE *f)
 
const wchar_t *(* translate )(const wchar_t *text)
 
void(* translate_free )(const wchar_t *text)
 
void(* log )(const wchar_t *text)
 
ErrorReactionInternal(* display_error )(const wchar_t *text, size_t flags)
 

Detailed Description

holds a function pointer (allowed to be NULL) for each hook.

passed to app_hooks_update.

Member Data Documentation

void(* AppHooks::bundle_logs) (FILE *f)
ErrorReactionInternal(* AppHooks::display_error) (const wchar_t *text, size_t flags)
const OsPath&(* AppHooks::get_log_dir) ()
void(* AppHooks::log) (const wchar_t *text)
void(* AppHooks::override_gl_upload_caps) ()
const wchar_t*(* AppHooks::translate) (const wchar_t *text)
void(* AppHooks::translate_free) (const wchar_t *text)

The documentation for this struct was generated from the following file: