#include <ap_UnixDialog_MetaData.h>
Public Member Functions | |
AP_UnixDialog_MetaData (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id) | |
virtual | ~AP_UnixDialog_MetaData (void) |
virtual void | runModal (XAP_Frame *pFrame) |
Static Public Member Functions | |
static XAP_Dialog * | static_constructor (XAP_DialogFactory *, XAP_Dialog_Id id) |
Protected Member Functions | |
void | eventCancel () |
void | eventOK () |
virtual GtkWidget * | _constructWindow () |
Private Attributes | |
GtkWidget * | m_windowMain |
GtkWidget * | m_entryTitle |
GtkWidget * | m_entrySubject |
GtkWidget * | m_entryAuthor |
GtkWidget * | m_entryPublisher |
GtkWidget * | m_entryCoAuthor |
GtkWidget * | m_entryCategory |
GtkWidget * | m_entryKeywords |
GtkWidget * | m_entryLanguages |
GtkWidget * | m_textDescription |
GtkWidget * | m_entrySource |
GtkWidget * | m_entryRelation |
GtkWidget * | m_entryCoverage |
GtkWidget * | m_entryRights |
AP_UnixDialog_MetaData::AP_UnixDialog_MetaData | ( | XAP_DialogFactory * | pDlgFactory, | |
XAP_Dialog_Id | id | |||
) |
Referenced by static_constructor().
AP_UnixDialog_MetaData::~AP_UnixDialog_MetaData | ( | void | ) | [virtual] |
GtkWidget * AP_UnixDialog_MetaData::_constructWindow | ( | void | ) | [protected, virtual] |
References abiDialogSetTitle(), Author, XAP_App::getStringSet(), XAP_StringSet::getValueUTF8(), Languages, localizeLabel(), m_entryAuthor, m_entryCategory, m_entryCoAuthor, m_entryCoverage, m_entryKeywords, m_entryLanguages, m_entryPublisher, m_entryRelation, m_entryRights, m_entrySource, m_entrySubject, m_entryTitle, XAP_Dialog::m_pApp, m_textDescription, newDialogBuilder(), s, and SET_ENTRY_TXT.
Referenced by runModal().
void AP_UnixDialog_MetaData::eventCancel | ( | void | ) | [protected] |
References AP_Dialog_MetaData::a_CANCEL, and AP_Dialog_MetaData::setAnswer().
Referenced by runModal().
void AP_UnixDialog_MetaData::eventOK | ( | ) | [protected] |
References AP_Dialog_MetaData::a_OK, Author, GRAB_ENTRY_TEXT, Languages, m_textDescription, and AP_Dialog_MetaData::setAnswer().
Referenced by runModal().
void AP_UnixDialog_MetaData::runModal | ( | XAP_Frame * | pFrame | ) | [virtual] |
Implements AP_Dialog_MetaData.
References _constructWindow(), abiDestroyWidget(), abiRunModalDialog(), eventCancel(), eventOK(), m_windowMain, and UT_return_if_fail.
XAP_Dialog * AP_UnixDialog_MetaData::static_constructor | ( | XAP_DialogFactory * | pFactory, | |
XAP_Dialog_Id | id | |||
) | [static] |
References AP_UnixDialog_MetaData().
GtkWidget* AP_UnixDialog_MetaData::m_entryAuthor [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entryCategory [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entryCoAuthor [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entryCoverage [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entryKeywords [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entryLanguages [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entryPublisher [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entryRelation [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entryRights [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entrySource [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entrySubject [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_entryTitle [private] |
Referenced by _constructWindow().
GtkWidget* AP_UnixDialog_MetaData::m_textDescription [private] |
Referenced by _constructWindow(), and eventOK().
GtkWidget* AP_UnixDialog_MetaData::m_windowMain [private] |
Referenced by runModal().