Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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>

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.

Definition at line 179 of file app_hooks.h.

Member Data Documentation

void(* AppHooks::bundle_logs)(FILE *f)

Definition at line 183 of file app_hooks.h.

ErrorReactionInternal(* AppHooks::display_error)(const wchar_t *text, size_t flags)

Definition at line 187 of file app_hooks.h.

const OsPath&(* AppHooks::get_log_dir)()

Definition at line 182 of file app_hooks.h.

void(* AppHooks::log)(const wchar_t *text)

Definition at line 186 of file app_hooks.h.

void(* AppHooks::override_gl_upload_caps)()

Definition at line 181 of file app_hooks.h.

const wchar_t*(* AppHooks::translate)(const wchar_t *text)

Definition at line 184 of file app_hooks.h.

void(* AppHooks::translate_free)(const wchar_t *text)

Definition at line 185 of file app_hooks.h.


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