libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Modules | Classes | Functions
UI library
+ Collaboration diagram for UI library:

Modules

 Image data conversion
 

Classes

class  GtkCRN::Alto
 XML Alto display. More...
 
class  GtkCRN::AltoDocument
 Displays an alto document. More...
 
class  GtkCRN::AltoImage
 Displays an alto page. More...
 
class  GtkCRN::AltoParagraphStyleEditor
 Paragraph style edition widget. More...
 
class  GtkCRN::AltoStyleButton
 A button that links to a style editor. More...
 
class  GtkCRN::AltoStyleRefList
 A button that links to a style editor. More...
 
class  GtkCRN::AltoTextLineEditor
 A widget to edit a text line's properties. More...
 
class  GtkCRN::AltoTextStyleEditor
 Text style edition widget. More...
 
class  GtkCRN::AltoWordEditor
 A widget to edit a word's properties. More...
 
class  GtkCRN::App
 Base class to create an application. More...
 
class  GtkCRN::ColorAction
 A proxy action for a color chooser. More...
 
class  GtkCRN::ConfigElement
 Representation for a configuration element. More...
 
class  GtkCRN::Document
 Displays a crn::Document. More...
 
class  GtkCRN::DrawingPanel
 A widget that allows to draw on it. More...
 
class  GtkCRN::FileSelecter
 A widget that displays the files in a directory and allows to select one. More...
 
class  GtkCRN::FileSelecterButton
 A widget that displays the files in a directory and allows to select one. More...
 
class  GtkCRN::FileSelecterDialog
 A widget that displays the files in a directory and allows to select one. More...
 
class  GtkCRN::Image
 A widget that holds an image. More...
 
class  GtkCRN::Main
 Main loop and context. More...
 
class  GtkCRN::PDFAttributes
 Configuration widget for crn::PDFAttributes. More...
 
class  GtkCRN::Progress
 Progress object associated with a widget. More...
 
class  GtkCRN::ProgressWindow
 Splash window with progress bars. More...
 
class  GtkCRN::Prop3
 A widget for ternary values representation. More...
 
class  GtkCRN::ScaleAction
 A proxy action for a scale widget. More...
 
class  GtkCRN::SelectionBox
 A Gtk::Box-like widget with multiple selection, reordering and drag'n drop features. More...
 

Functions

Gtk::Widget * GtkCRN::create_widget_from_object (const crn::Object *obj)
 Creates a widget to display an object. More...
 

Detailed Description

Function Documentation

Gtk::Widget * GtkCRN::create_widget_from_object ( const crn::Object obj)

Creates a widget to display an object.

Creates a widget to display an object. The display will not be updated if the object changes.

Parameters
[in]objthe object to display
Returns
a pointer Gtk::Widget. The user must free the pointer or use Gtk::manage.

Definition at line 37 of file GtkCRNObject.cpp.