Functions | |
| void | contextError (GPContext *context, const char *error_string, void *data) |
| void | contextStatus (GPContext *context, const char *status_string, void *data) |
| void | error (const std::string &function_name) |
| void | error (const std::string &function_name, const std::string &additional_message) |
| void photo_reporter::contextError | ( | GPContext * | context, |
| const char * | error_string, | ||
| void * | data | ||
| ) |
Definition at line 41 of file photo_reporter.cpp.
| void photo_reporter::contextStatus | ( | GPContext * | context, |
| const char * | status_string, | ||
| void * | data | ||
| ) |
Definition at line 48 of file photo_reporter.cpp.
| void photo_reporter::error | ( | const std::string & | function_name | ) |
Definition at line 55 of file photo_reporter.cpp.
| void photo_reporter::error | ( | const std::string & | function_name, |
| const std::string & | additional_message | ||
| ) |
Definition at line 60 of file photo_reporter.cpp.