Public Member Functions |
virtual | ~Points () |
GtkDataboxPoints* | gobj () |
| Provides access to the underlying C GObject.
|
const GtkDataboxPoints* | gobj () const |
| Provides access to the underlying C GObject.
|
GtkDataboxPoints* | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
virtual | ~XYCGraph () |
unsigned int | get_length () const |
| Gets the the length of the X and Y values arrays.
|
float* | get_X () const |
| Gets the X values of the xzc_graph.
|
float* | get_Y () const |
| Gets the Y values of the xzc_graph.
|
Glib::PropertyProxy_ReadOnly
< unsigned int > | property_length () const |
| number of data points.
|
Glib::PropertyProxy_ReadOnly
< float* > | property_X_Values () const |
| X values of data.
|
Glib::PropertyProxy_ReadOnly
< float* > | property_Y_Values () const |
| Y values of data.
|
virtual | ~Graph () |
void | set_hide (bool hide) |
| Hidden graphs are not shown, when the Gtk::Databox containing them is redrawn.
|
bool | get_hide () |
| Gets the current "hide" status.
|
void | set_color (const Gdk::Color& color) const |
| Sets the color which the Gtk::DataboxGraph object is supposed to be using when drawing itself.
|
void | set_size (int size) |
| Sets the size (e.g. line width) which the Gtk::DataboxGraph object is supposed to be using when drawing itself.
|
int | get_size () const |
| Gets the size of the graph elements (e.g. the line width).
|
int | calculate_extrema (float& min_x, float& max_x, float& min_y, float& max_y) |
| Virtual function which determines the minimum and maximum x and y values of the values of this Gtk::DataboxGraph object if applicable (there are graphs which do not contain data).
|
Glib::PropertyProxy< Gdk::Color > | property_color () |
| Color of graph.
|
Glib::PropertyProxy_ReadOnly
< Gdk::Color > | property_color () const |
| Color of graph.
|
Glib::PropertyProxy< int > | property_size () |
| Size of displayed items.
|
Glib::PropertyProxy_ReadOnly< int > | property_size () const |
| Size of displayed items.
|
Glib::PropertyProxy< bool > | property_hide () |
| Determine if graph is hidden or not.
|
Glib::PropertyProxy_ReadOnly
< bool > | property_hide () const |
| Determine if graph is hidden or not.
|
void * | get_data (const QueryQuark &key) |
void | set_data (const Quark &key, void *data) |
void | set_data (const Quark &key, void *data, DestroyNotify notify) |
void | remove_data (const QueryQuark &quark) |
void * | steal_data (const QueryQuark &quark) |
void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
void | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
sigc::connection | connect_property_changed_with_return (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
void | freeze_notify () |
void | thaw_notify () |
virtual void | reference () const |
virtual void | unreference () const |
GObject * | gobj_copy () const |
Glib::RefPtr< Glib::Object > | wrap (GObject *object, bool take_copy=false) |