#include <stdlib.h>#include <unistd.h>#include "ut_string.h"#include "ut_assert.h"#include "ut_path.h"#include "xap_UnixDialogHelper.h"#include "xap_App.h"#include "xap_UnixApp.h"#include "xap_Frame.h"#include "ap_Strings.h"#include "ap_Dialog_Id.h"#include "ap_Dialog_New.h"#include "ap_UnixDialog_New.h"#include "xap_Dlg_FileOpenSaveAs.h"#include "ie_imp.h"Functions | |
| static void | s_choose_clicked (GtkWidget *, AP_UnixDialog_New *dlg) |
| static void | s_radiobutton_clicked (GtkWidget *, AP_UnixDialog_New *dlg) |
| static std::list< std::string > | awt_only (const std::string &path) |
| static void | s_template_clicked (GtkTreeView *treeview, AP_UnixDialog_New *dlg) |
| static std::list<std::string> awt_only | ( | const std::string & | path | ) | [static] |
Referenced by AP_UnixDialog_New::_constructWindow().
| static void s_choose_clicked | ( | GtkWidget * | , | |
| AP_UnixDialog_New * | dlg | |||
| ) | [static] |
References AP_UnixDialog_New::event_ToggleOpenExisting().
Referenced by AP_UnixDialog_New::_constructWindow().
| static void s_radiobutton_clicked | ( | GtkWidget * | , | |
| AP_UnixDialog_New * | dlg | |||
| ) | [static] |
References AP_UnixDialog_New::event_RadioButtonSensitivity().
Referenced by AP_UnixDialog_New::_constructWindow().
| static void s_template_clicked | ( | GtkTreeView * | treeview, | |
| AP_UnixDialog_New * | dlg | |||
| ) | [static] |
References AP_UnixDialog_New::event_ListClicked(), UT_ASSERT, and UT_DEBUG_ONLY_ARG.
Referenced by AP_UnixDialog_New::_constructWindow().
1.7.1