libcrn
3.9.5
A document image processing library
|
Main loop and context. More...
#include <GtkCRNMain.h>
Public Member Functions | |
Main (int &argc, char **&argv) | |
You have to create a Main object in the main function. More... | |
void | run_thread_safe () |
Launches the application. More... | |
Static Public Member Functions | |
static void | SetDefaultExceptionHandler () |
Sets the default exception handler to print message and context to the standard error. More... | |
Main loop and context.
Definition at line 38 of file GtkCRNMain.h.
Main::Main | ( | int & | argc, |
char **& | argv | ||
) |
You have to create a Main object in the main function.
Definition at line 50 of file GtkCRNMain.cpp.
void Main::run_thread_safe | ( | ) |
Launches the application.
Definition at line 198 of file GtkCRNMain.cpp.
|
static |
Sets the default exception handler to print message and context to the standard error.
Sets the default exception handler to print message and context to the standard error
Definition at line 293 of file GtkCRNMain.cpp.