#include <stdlib.h>#include <string.h>#include "GTKCommon.h"#include <gtk/gtk.h>#include "ut_string.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "xap_UnixDialogHelper.h"#include "xap_Dialog_Id.h"#include "xap_UnixApp.h"#include "xap_Frame.h"#include "ap_Strings.h"#include "ap_Dialog_Id.h"#include "ap_Dialog_RDFQuery.h"#include "ap_UnixDialog_RDFQuery.h"Functions | |
| void | AP_UnixDialog_RDFQuery__onExecuteClicked (GtkButton *, gpointer data) |
| void | AP_UnixDialog_RDFQuery__onShowAllClicked (GtkButton *, gpointer data) |
| void | AP_UnixDialog_RDFQuery__onDialogResponse (GtkDialog *, gint response, gpointer data) |
| gboolean | AP_UnixDialog_RDFQuery__onDeleteWindow (GtkWidget *, GdkEvent *, gpointer data) |
| gboolean AP_UnixDialog_RDFQuery__onDeleteWindow | ( | GtkWidget * | , | |
| GdkEvent * | , | |||
| gpointer | data | |||
| ) |
Event dispatcher for window.
References AP_UnixDialog_RDFQuery::destroy(), and AP_UnixDialog_RDFQuery::getWindow().
Referenced by AP_UnixDialog_RDFQuery::_constructWindow().
| void AP_UnixDialog_RDFQuery__onDialogResponse | ( | GtkDialog * | , | |
| gint | response, | |||
| gpointer | data | |||
| ) |
Event dispatcher for button "close".
References AP_UnixDialog_RDFQuery::destroy().
Referenced by AP_UnixDialog_RDFQuery::_constructWindow().
| void AP_UnixDialog_RDFQuery__onExecuteClicked | ( | GtkButton * | , | |
| gpointer | data | |||
| ) |
References AP_UnixDialog_RDFQuery::onExecuteClicked().
Referenced by AP_UnixDialog_RDFQuery::_constructWindow().
| void AP_UnixDialog_RDFQuery__onShowAllClicked | ( | GtkButton * | , | |
| gpointer | data | |||
| ) |
References AP_UnixDialog_RDFQuery::onShowAllClicked().
Referenced by AP_UnixDialog_RDFQuery::_constructWindow().
1.7.1