Functions | |
| void | contextError (GPContext *context, const char *format, va_list args, void *data) |
| void | contextStatus (GPContext *context, const char *format, va_list args, void *data) |
| void | error (std::string function_name) |
| void | error (std::string function_name, std::string additional_message) |
| void photo_reporter::contextError | ( | GPContext * | context, |
| const char * | format, | ||
| va_list | args, | ||
| void * | data | ||
| ) |
Definition at line 48 of file photo_reporter.cpp.
| void photo_reporter::contextStatus | ( | GPContext * | context, |
| const char * | format, | ||
| va_list | args, | ||
| void * | data | ||
| ) |
Definition at line 59 of file photo_reporter.cpp.
| void photo_reporter::error | ( | std::string | function_name | ) |
Definition at line 69 of file photo_reporter.cpp.
| void photo_reporter::error | ( | std::string | function_name, |
| std::string | additional_message | ||
| ) |
Definition at line 74 of file photo_reporter.cpp.