libgnomedbmm Reference Documentation |
Classes | |
class | BasicForm |
A GUI form to present data from a Gda::ParameterList. More... | |
class | Combo |
A combo box with data to be displayed from a Gda::DataModel. More... | |
class | ConnectionProperties |
Shows the properties of a Gda::Connection object. More... | |
class | DataCellRendererBoolean |
Cell Renderer for booleans. More... | |
class | DataCellRendererCombo |
TODO. More... | |
class | DataCellRendererInfo |
Cell renderer to display a cell contextual menu. More... | |
class | DataCellRendererTextual |
Cell renderer for textual data. More... | |
class | DataEntry |
Base class which provides the user with specific widgets to manipulate data. More... | |
class | DataSourceSelector |
A ComboBox-style widget to select a data source. More... | |
class | DataStore |
This object implements the Gtk::TreeModel interface, to make it easy to display a Gda::DataModel in a Gtk::TreeView widget. More... | |
class | DataWidget |
Base class to control data-bound widgets. More... | |
class | DataWidgetInfo |
Widget to display control buttons and information about data displayed in a DataWidget widget. More... | |
class | DbmsUpdateViewer |
Progress bars for the DBMS update process. More... | |
class | DsnEditor |
A form to modify data source information. More... | |
class | DsnSpec |
A form to enter information required to open a connection. More... | |
class | Editor |
A general purpose SQL editor. More... | |
class | EntryBoolean |
TODO. More... | |
class | EntryCombo |
A combo box to choose a value from a Gda::ParameterList. More... | |
class | EntryCommonTime |
Base class for time related data entry widgets. More... | |
class | EntryDate |
Widget to enter a date value. More... | |
class | EntryNone |
Default handling of unknown data types. More... | |
class | EntryShell |
Provides the necessary button to control the state of a DataEntry. More... | |
class | EntryString |
TODO. More... | |
class | EntryTime |
Widget to enter a HH:MM:SS time value. More... | |
class | EntryTimestamp |
Widget to enter a time stamp value (Date + HH:MM:SS). More... | |
class | EntryWrapper |
Abstract class that implements the DataEntry interface. More... | |
class | Error |
Error display widget. More... | |
class | ErrorDialog |
Error dialog widget. More... | |
class | FindDialog |
A dialog to enter a string to search in a Gda::DataModel. More... | |
class | Form |
Form to display and modify data in a Gda::DataModel, with command buttons and indicators. More... | |
class | FormatEntry |
TODO. More... | |
class | GrayBar |
Nice looking gray bar widget. More... | |
class | Grid |
Database grid widget to display and modify data in a Gda::DataModel, with command buttons and indicators. More... | |
class | Login |
Login widget. More... | |
class | LoginDialog |
Login dialog widget. More... | |
class | ProviderSelector |
A ComboBox-style widget to select a provider. More... | |
class | RawForm |
Form to display and modify data in a Gda::DataModel. More... | |
class | RawGrid |
Grid to display and modify data in a Gda::DataModel. More... | |
class | ReportEditor |
A reports editor (Not yet implemented). More... | |
class | Selector |
Individual selection of objects (data types, functions, . More... | |
class | ServerOperation |
UI to allow the setting of the contents of a Gda::ServerOperation object. More... | |
class | SqlConsole |
class | TransactionStatus |
Displays the transaction status of a connection. More... | |
Enumerations | |
enum | Action { ACTION_NEW_DATA, ACTION_WRITE_MODIFIED_DATA, ACTION_DELETE_SELECTED_DATA, ACTION_UNDELETE_SELECTED_DATA, ACTION_RESET_DATA, ACTION_MOVE_FIRST_RECORD, ACTION_MOVE_PREV_RECORD, ACTION_MOVE_NEXT_RECORD, ACTION_MOVE_LAST_RECORD, ACTION_MOVE_FIRST_CHUNCK, ACTION_MOVE_PREV_CHUNCK, ACTION_MOVE_NEXT_CHUNCK, ACTION_MOVE_LAST_CHUNCK } |
enum | DataWidgetInfoFlag { DATA_WIDGET_INFO_CURRENT_ROW = 1 << 0, DATA_WIDGET_INFO_ROW_MODIF_BUTTONS = 1 << 2, DATA_WIDGET_INFO_ROW_MOVE_BUTTONS = 1 << 3, DATA_WIDGET_INFO_CHUNCK_CHANGE_BUTTONS = 1 << 4 } |
| |
enum | DataWidgetWriteMode { DATA_WIDGET_WRITE_ON_DEMAND, DATA_WIDGET_WRITE_ON_ROW_CHANGE, DATA_WIDGET_WRITE_ON_VALUE_ACTIVATED, DATA_WIDGET_WRITE_ON_VALUE_CHANGE } |
enum | SelectorColumn { SELECTOR_COLUMN_OWNER = 1 << 1, SELECTOR_COLUMN_COMMENTS = 1 << 2, SELECTOR_COLUMN_TYPE = 1 << 3, SELECTOR_COLUMN_FIELD_LENGTH = 1 << 4, SELECTOR_COLUMN_FIELD_NNUL = 1 << 5, SELECTOR_COLUMN_FIELD_DEFAULT = 1 << 6, SELECTOR_COLUMN_QFIELD_VALUE = 1 << 7, SELECTOR_COLUMN_QFIELD_TYPE = 1 << 8 } |
| |
enum | SelectorMode { SELECTOR_DATA_TYPES = 1 << 0, SELECTOR_FUNCTIONS = 1 << 1, SELECTOR_AGGREGATES = 1 << 2, SELECTOR_TABLES = 1 << 3, SELECTOR_FIELDS = 1 << 5, SELECTOR_QUERIES = 1 << 4, SELECTOR_TARGETS = 1 << 6, SELECTOR_JOINS = 1 << 7, SELECTOR_QVIS_FIELDS = 1 << 8, SELECTOR_QALL_FIELDS = 1 << 9, SELECTOR_SUB_QUERIES = 1 << 10, SELECTOR_TARGETS_CTS = 1 << 13, SELECTOR_GRAPHS = 1 << 11, SELECTOR_FORMS = 1 << 12 } |
| |
Functions | |
void | init (const Glib::ustring& app_id, const Glib::ustring& version, int nargs, gchar* args[]) |
SelectorColumn | operator& (SelectorColumn lhs, SelectorColumn rhs) |
SelectorMode | operator& (SelectorMode lhs, SelectorMode rhs) |
DataWidgetInfoFlag | operator& (DataWidgetInfoFlag lhs, DataWidgetInfoFlag rhs) |
SelectorColumn& | operator&= (SelectorColumn& lhs, SelectorColumn rhs) |
SelectorMode& | operator&= (SelectorMode& lhs, SelectorMode rhs) |
DataWidgetInfoFlag& | operator&= (DataWidgetInfoFlag& lhs, DataWidgetInfoFlag rhs) |
SelectorColumn | operator^ (SelectorColumn lhs, SelectorColumn rhs) |
SelectorMode | operator^ (SelectorMode lhs, SelectorMode rhs) |
DataWidgetInfoFlag | operator^ (DataWidgetInfoFlag lhs, DataWidgetInfoFlag rhs) |
SelectorColumn& | operator^= (SelectorColumn& lhs, SelectorColumn rhs) |
SelectorMode& | operator^= (SelectorMode& lhs, SelectorMode rhs) |
DataWidgetInfoFlag& | operator^= (DataWidgetInfoFlag& lhs, DataWidgetInfoFlag rhs) |
SelectorColumn | operator| (SelectorColumn lhs, SelectorColumn rhs) |
SelectorMode | operator| (SelectorMode lhs, SelectorMode rhs) |
DataWidgetInfoFlag | operator| (DataWidgetInfoFlag lhs, DataWidgetInfoFlag rhs) |
SelectorColumn& | operator|= (SelectorColumn& lhs, SelectorColumn rhs) |
SelectorMode& | operator|= (SelectorMode& lhs, SelectorMode rhs) |
DataWidgetInfoFlag& | operator|= (DataWidgetInfoFlag& lhs, DataWidgetInfoFlag rhs) |
SelectorColumn | operator~ (SelectorColumn flags) |
SelectorMode | operator~ (SelectorMode flags) |
DataWidgetInfoFlag | operator~ (DataWidgetInfoFlag flags) |
void Gnome::Db::init | ( | const Glib::ustring & | app_id, | |
const Glib::ustring & | version, | |||
int | nargs, | |||
gchar * | args[] | |||
) |