#include <coopy/CsvFile.h>
#include <coopy/BookCompare.h>
#include <coopy/Options.h>
#include <coopy/Diff.h>
#include <coopy/PolyBook.h>
#include <wx/wx.h>
#include <wx/wxprec.h>
#include <wx/dcbuffer.h>
#include <wx/image.h>
#include <wx/cmdline.h>
#include <wx/dirdlg.h>
#include <wx/textdlg.h>
#include <wx/filefn.h>
#include <wx/filename.h>
#include <wx/textctrl.h>
#include <wx/url.h>
#include <wx/filepicker.h>
#include <wx/process.h>
#include <wx/stdpaths.h>
#include <wx/txtstrm.h>
#include <wx/arrstr.h>
#include <wx/dir.h>
#include <wx/config.h>
#include <wx/log.h>
#include <string>
#include <list>
#include <iostream>
#include "icon/appicon.xpm"
Go to the source code of this file.
Data Structures |
class | MergeFrame |
Defines |
#define | static const |
Functions |
static wxString | conv_c (const char *s) |
static wxString | conv (const std::string &s) |
static std::string | conv (const wxString &s) |
static void | show (const wxString &view) |
static void | show (const std::string &view) |
| IMPLEMENT_APP (MergeApp) |
Variables |
static const wxCmdLineEntryDesc | g_cmdLineDesc [] |
Define Documentation
Function Documentation
static wxString conv |
( |
const std::string & |
s | ) |
[static] |
static std::string conv |
( |
const wxString & |
s | ) |
[static] |
static wxString conv_c |
( |
const char * |
s | ) |
[static] |
IMPLEMENT_APP |
( |
MergeApp |
| ) |
|
static void show |
( |
const wxString & |
view | ) |
[static] |
static void show |
( |
const std::string & |
view | ) |
[static] |
Variable Documentation
Initial value: {
{ wxCMD_LINE_SWITCH, wxT("h"), wxT("help"), wxT("displays help on the command line parameters"),
wxCMD_LINE_VAL_NONE, wxCMD_LINE_OPTION_HELP },
{ wxCMD_LINE_SWITCH, wxT("s"), wxT("silent"), wxT("disables the GUI") },
{ wxCMD_LINE_OPTION, wxT("r"), wxT("res"), wxT("set resource location"),
wxCMD_LINE_VAL_STRING, 0 },
{ wxCMD_LINE_NONE },
}
Definition at line 99 of file ssmerge_gui.cpp.