COOPY » Guide  version 0.6.5
Data Structures | Defines | Functions | Variables
/home/paulfitz/cvs/coopy_scm/coopy/src/gui/src/ssmerge_gui.cpp File Reference
#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

#define static   const

Definition at line 52 of file ssmerge_gui.cpp.


Function Documentation

static wxString conv ( const std::string &  s) [static]

Definition at line 62 of file ssmerge_gui.cpp.

static std::string conv ( const wxString &  s) [static]

Definition at line 66 of file ssmerge_gui.cpp.

static wxString conv_c ( const char *  s) [static]

Definition at line 58 of file ssmerge_gui.cpp.

IMPLEMENT_APP ( MergeApp  )
static void show ( const wxString &  view) [static]

Definition at line 70 of file ssmerge_gui.cpp.

static void show ( const std::string &  view) [static]

Definition at line 79 of file ssmerge_gui.cpp.

References conv(), and show().


Variable Documentation

const wxCmdLineEntryDesc g_cmdLineDesc[] [static]
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.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines