DataFilter - Entrer rules to filter the rows in a DataProxy. More...
Inherits Gtk::VBox.
Public Member Functions | |
virtual | ~DataFilter () |
GdauiDataFilter* | gobj () |
Provides access to the underlying C GtkObject. | |
const GdauiDataFilter* | gobj () const |
Provides access to the underlying C GtkObject. | |
DataFilter (const Glib::RefPtr< DataProxy >& data_widget) | |
Creates a new Gdaui::DataFilter widget suitable to change the filter expression for data_widget's displayed rows. | |
Glib::PropertyProxy < Glib::RefPtr< DataProxy > > | property_data_widget () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< DataProxy > > | property_data_widget () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::GdaUI::DataFilter* | wrap (GdauiDataFilter* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
DataFilter - Entrer rules to filter the rows in a DataProxy.
The DataFilter widget can be used as a standalone widget, but is also used internally by the DataProxyInfo widget for its search option.
virtual Gnome::GdaUI::DataFilter::~DataFilter | ( | ) | [virtual] |
Gnome::GdaUI::DataFilter::DataFilter | ( | const Glib::RefPtr< DataProxy >& | data_widget | ) | [explicit] |
Creates a new Gdaui::DataFilter widget suitable to change the filter expression for data_widget's displayed rows.
data_widget | A widget implementing the Gdaui::DataProxy interface. |
const GdauiDataFilter* Gnome::GdaUI::DataFilter::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::VBox.
GdauiDataFilter* Gnome::GdaUI::DataFilter::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::VBox.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<DataProxy> > Gnome::GdaUI::DataFilter::property_data_widget | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::RefPtr<DataProxy> > Gnome::GdaUI::DataFilter::property_data_widget | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::GdaUI::DataFilter* wrap | ( | GdauiDataFilter * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |