Inheritance diagram for Ruler:
Public Member Functions | |
void | setMetric (MetricType metric) |
Sets the metric type. | |
void | setRange (gdouble lower, gdouble upper, gdouble position, gdouble maxSize) |
Sets the range values. | |
MetricType | getMetric () |
Gets the metric type @ return the metric type. | |
void | getRange (gdouble *lower, gdouble *upper, gdouble *position, gdouble *maxSize) |
Gets the range values. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. |
|
Gets the metric type @ return the metric type.
|
|
Gets the range values.
|
|
Gets this class type.
Reimplemented from Widget. |
|
Sets the metric type.
|
|
Sets the range values.
|