Class Index | Cross Index | Namespace Index |
Abstract base class for objects containing data.
Contained in: Gtk
Derived from:
Gtk::Object
Derived by:
Gtk::Adjustment
Gtk::Tooltips
#include <gtk--/data.h>
public function member index: |
||
signal void | disconnect | (); |
GtkData* | gtkobj | (); |
const GtkData* | gtkobj | () const; |
static bool | isA | (Object* object); |
virtual | ~Data | (); |
protected function member index: |
||
Data | (); | |
virtual void | disconnect_impl | (); |
Currently it is not very useful since all it provides is a "disconnect" signal.
This signal could be emitted by a Gtk::Data subclass to notify any
'Views' that they should disconnect from the Gtk::Data (the 'Model'),
possibly just before the Gtk::Data is destroyed.