latest version v1.9 - last update 10 Apr 2010 |
GTK Widget for the configuration dialog of the histogram viewer. More...
#include <ltiHistogramViewer.h>
Public Member Functions | |
configDialog () | |
virtual | ~configDialog () |
Protected Member Functions | |
virtual void | insertPages () |
pageWidget | buildHistoPage () |
virtual bool | getDialogData () |
virtual bool | setDialogData () |
Static Protected Member Functions | |
GTK+ Callbacks | |
static void | on_greycell_toggled (GtkToggleButton *togglebutton, gpointer user_data) |
static void | on_rgbCell_toggled (GtkToggleButton *togglebutton, gpointer user_data) |
static void | on_points_toggled (GtkToggleButton *togglebutton, gpointer user_data) |
static void | on_boxes_toggled (GtkToggleButton *togglebutton, gpointer user_data) |
static void | on_celllines_toggled (GtkToggleButton *togglebutton, gpointer user_data) |
static void | on_threshold_changed (GtkEditable *editable, gpointer user_data) |
static void | on_binr_changed (GtkEditable *editable, gpointer user_data) |
static void | on_bing_changed (GtkEditable *editable, gpointer user_data) |
static void | on_binb_changed (GtkEditable *editable, gpointer user_data) |
Protected Attributes | |
GTK+ Widgets | |
GtkWidget * | cellcolor |
GtkWidget * | cellcolorGrey |
GtkWidget * | cellcolorRGB |
GtkWidget * | cellformPoint |
GtkWidget * | cellformBox |
GtkWidget * | cellformLines |
GtkWidget * | cellThreshold |
GtkWidget * | binr |
GtkWidget * | bing |
GtkWidget * | binb |
GtkWidget * | maxcellvalue |
GtkWidget * | numofentry |
GtkWidget * | bins |
GTK Widget for the configuration dialog of the histogram viewer.
lti::histogramViewer::configDialog::configDialog | ( | ) |
create dialog and tell it in which parameter block the user data should be stored
Reimplemented from lti::viewerBase3D::configDialog.
virtual lti::histogramViewer::configDialog::~configDialog | ( | ) | [virtual] |
destroy the dialog
Reimplemented from lti::viewerBase3D::configDialog.
pageWidget lti::histogramViewer::configDialog::buildHistoPage | ( | ) | [protected] |
Build a page in the main settings dialog.
virtual bool lti::histogramViewer::configDialog::getDialogData | ( | ) | [protected, virtual] |
copy the contents of the dialog in the parameters object
Reimplemented from lti::viewerBase3D::configDialog.
virtual void lti::histogramViewer::configDialog::insertPages | ( | ) | [protected, virtual] |
Inserts all Pages in the main settings dialog.
Reimplemented from lti::viewerBase3D::configDialog.
virtual bool lti::histogramViewer::configDialog::setDialogData | ( | ) | [protected, virtual] |
copy the contents of the parameters object into the dialog entries
Reimplemented from lti::viewerBase3D::configDialog.