libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
GtkCRN::Main Class Reference

Main loop and context. More...

#include <GtkCRNMain.h>

+ Inheritance diagram for GtkCRN::Main:
+ Collaboration diagram for GtkCRN::Main:

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...
 

Detailed Description

Main loop and context.

Definition at line 38 of file GtkCRNMain.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

void Main::run_thread_safe ( )

Launches the application.

Definition at line 198 of file GtkCRNMain.cpp.

void Main::SetDefaultExceptionHandler ( )
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.


The documentation for this class was generated from the following files: