libcrn
3.9.5
A document image processing library
|
Classes | |
class | Alto |
XML Alto display. More... | |
class | AltoDocument |
Displays an alto document. More... | |
class | AltoImage |
Displays an alto page. More... | |
class | AltoParagraphStyleEditor |
Paragraph style edition widget. More... | |
class | AltoStyleButton |
A button that links to a style editor. More... | |
class | AltoStyleRefList |
A button that links to a style editor. More... | |
class | AltoTextLineEditor |
A widget to edit a text line's properties. More... | |
class | AltoTextStyleEditor |
Text style edition widget. More... | |
class | AltoWordEditor |
A widget to edit a word's properties. More... | |
class | App |
Base class to create an application. More... | |
class | ColorAction |
A proxy action for a color chooser. More... | |
class | ConfigElement |
Representation for a configuration element. More... | |
class | Document |
Displays a crn::Document. More... | |
class | DrawingPanel |
A widget that allows to draw on it. More... | |
class | FileSelecter |
A widget that displays the files in a directory and allows to select one. More... | |
class | FileSelecterButton |
A widget that displays the files in a directory and allows to select one. More... | |
class | FileSelecterDialog |
A widget that displays the files in a directory and allows to select one. More... | |
class | Image |
A widget that holds an image. More... | |
class | Main |
Main loop and context. More... | |
class | PDFAttributes |
Configuration widget for crn::PDFAttributes. More... | |
class | Progress |
Progress object associated with a widget. More... | |
class | ProgressWindow |
Splash window with progress bars. More... | |
class | Prop3 |
A widget for ternary values representation. More... | |
class | ScaleAction |
A proxy action for a scale widget. More... | |
class | SelectionBox |
A Gtk::Box-like widget with multiple selection, reordering and drag'n drop features. More... | |
Functions | |
void | set_enable_action_group (const Glib::RefPtr< Gtk::ActionGroup > &grp, bool enabled) |
void | enable_action_group (const Glib::RefPtr< Gtk::ActionGroup > &grp) |
void | disable_action_group (const Glib::RefPtr< Gtk::ActionGroup > &grp) |
void | set_enable_action (const Glib::RefPtr< Gtk::ActionGroup > &grp, const Glib::ustring &action, bool enabled) |
void | enable_action (const Glib::RefPtr< Gtk::ActionGroup > &grp, const Glib::ustring &action) |
void | disable_action (const Glib::RefPtr< Gtk::ActionGroup > &grp, const Glib::ustring &action) |
bool | is_toggle_action_active (const Glib::RefPtr< Gtk::ActionGroup > &grp, const Glib::ustring &action) |
Gtk::Widget * | create_widget_from_object (const crn::Object *obj) |
Creates a widget to display an object. More... | |
void GtkCRN::disable_action | ( | const Glib::RefPtr< Gtk::ActionGroup > & | grp, |
const Glib::ustring & | action | ||
) |
Definition at line 71 of file GtkCRNHelpers.cpp.
void GtkCRN::disable_action_group | ( | const Glib::RefPtr< Gtk::ActionGroup > & | grp | ) |
Definition at line 56 of file GtkCRNHelpers.cpp.
void GtkCRN::enable_action | ( | const Glib::RefPtr< Gtk::ActionGroup > & | grp, |
const Glib::ustring & | action | ||
) |
Definition at line 66 of file GtkCRNHelpers.cpp.
void GtkCRN::enable_action_group | ( | const Glib::RefPtr< Gtk::ActionGroup > & | grp | ) |
Definition at line 51 of file GtkCRNHelpers.cpp.
bool GtkCRN::is_toggle_action_active | ( | const Glib::RefPtr< Gtk::ActionGroup > & | grp, |
const Glib::ustring & | action | ||
) |
Definition at line 76 of file GtkCRNHelpers.cpp.
void GtkCRN::set_enable_action | ( | const Glib::RefPtr< Gtk::ActionGroup > & | grp, |
const Glib::ustring & | action, | ||
bool | enabled | ||
) |
Definition at line 61 of file GtkCRNHelpers.cpp.
void GtkCRN::set_enable_action_group | ( | const Glib::RefPtr< Gtk::ActionGroup > & | grp, |
bool | enabled | ||
) |
Definition at line 46 of file GtkCRNHelpers.cpp.