#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 "ut_go_file.h"
#include "xap_Dialog_Id.h"
#include "xap_UnixApp.h"
#include "xap_Frame.h"
#include "xap_UnixFrameImpl.h"
#include "ap_Strings.h"
#include "ap_Dialog_Id.h"
#include "ap_Dialog_RDFEditor.h"
#include "ap_UnixDialog_RDFEditor.h"
#include "pd_RDFSupport.h"
#include "xap_GtkComboBoxHelpers.h"
#include <sstream>
Functions | |
void | AP_UnixDialog_RDFEditor__onActionNew (GAction *, GVariant *, gpointer data) |
void | AP_UnixDialog_RDFEditor__onActionCopy (GAction *, GVariant *, gpointer data) |
static void | s_OnXMLIDChanged (GtkWidget *widget, AP_UnixDialog_RDFEditor *dlg) |
void | cell_edited_cb (GtkCellRendererText *cell, gchar *path_string, gchar *new_text, gpointer data) |
void | AP_UnixDialog_RDFEditor__onActionDelete (GAction *, GVariant *, gpointer data) |
void | AP_UnixDialog_RDFEditor__onActionImportRDFXML (GAction *, GVariant *, gpointer data) |
void | AP_UnixDialog_RDFEditor__onActionExportRDFXML (GAction *, GVariant *, gpointer data) |
void | AP_UnixDialog_RDFEditor__onShowAllClicked (GtkButton *, gpointer data) |
void | AP_UnixDialog_RDFEditor__onDialogResponse (GtkDialog *, gint response, gpointer data) |
gboolean | AP_UnixDialog_RDFEditor__onDeleteWindow (GtkWidget *, GdkEvent *, gpointer data) |
gboolean | AP_UnixDialog_RDFEditor__onCursorChanged (GtkTreeView *, gpointer data) |
static std::string | tostr (GsfInput *gsf) |
Variables | |
const char * | GOBJ_COL_NUM = "GOBJ_COL_NUM" |
void AP_UnixDialog_RDFEditor__onActionCopy | ( | GAction * | , | |
GVariant * | , | |||
gpointer | data | |||
) |
References AP_Dialog_RDFEditor::copyStatement().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
void AP_UnixDialog_RDFEditor__onActionDelete | ( | GAction * | , | |
GVariant * | , | |||
gpointer | data | |||
) |
References AP_UnixDialog_RDFEditor::onDelClicked().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
void AP_UnixDialog_RDFEditor__onActionExportRDFXML | ( | GAction * | , | |
GVariant * | , | |||
gpointer | data | |||
) |
References AP_UnixDialog_RDFEditor::onExportRDFXML().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
void AP_UnixDialog_RDFEditor__onActionImportRDFXML | ( | GAction * | , | |
GVariant * | , | |||
gpointer | data | |||
) |
References AP_UnixDialog_RDFEditor::onImportRDFXML().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
void AP_UnixDialog_RDFEditor__onActionNew | ( | GAction * | , | |
GVariant * | , | |||
gpointer | data | |||
) |
References AP_Dialog_RDFEditor::createStatement().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
gboolean AP_UnixDialog_RDFEditor__onCursorChanged | ( | GtkTreeView * | , | |
gpointer | data | |||
) |
References AP_UnixDialog_RDFEditor::onCursorChanged().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
gboolean AP_UnixDialog_RDFEditor__onDeleteWindow | ( | GtkWidget * | , | |
GdkEvent * | , | |||
gpointer | data | |||
) |
Event dispatcher for window.
References AP_UnixDialog_RDFEditor::destroy(), and AP_UnixDialog_RDFEditor::getWindow().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
void AP_UnixDialog_RDFEditor__onDialogResponse | ( | GtkDialog * | , | |
gint | response, | |||
gpointer | data | |||
) |
Event dispatcher for button "close".
References AP_UnixDialog_RDFEditor::destroy().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
void AP_UnixDialog_RDFEditor__onShowAllClicked | ( | GtkButton * | , | |
gpointer | data | |||
) |
References AP_UnixDialog_RDFEditor::onShowAllClicked().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
void cell_edited_cb | ( | GtkCellRendererText * | cell, | |
gchar * | path_string, | |||
gchar * | new_text, | |||
gpointer | data | |||
) |
References GOBJ_COL_NUM, and AP_UnixDialog_RDFEditor::onCellEdited().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
static void s_OnXMLIDChanged | ( | GtkWidget * | widget, | |
AP_UnixDialog_RDFEditor * | dlg | |||
) | [static] |
References AP_Dialog_RDFEditor::setRestrictedXMLID(), UT_ASSERT, UT_UNUSED, and XAP_comboBoxGetActiveText().
Referenced by AP_UnixDialog_RDFEditor::_constructWindow().
static std::string tostr | ( | GsfInput * | gsf | ) | [static] |
References d.
const char* GOBJ_COL_NUM = "GOBJ_COL_NUM" |
Referenced by AP_UnixDialog_RDFEditor::_constructWindow(), and cell_edited_cb().