Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

frmSums.cpp File Reference

Application's main window body. More...

#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/config.h>
#include <wx/fileconf.h>
#include <wx/filename.h>
#include <wx/txtstrm.h>
#include "frmSums.hpp"
#include "dlgAbout.hpp"
#include "dlgBatchCreate.hpp"
#include "dlgBatchCreateConf.hpp"
#include "dlgConf.hpp"
#include "dlgMultiCheck.hpp"
#include "dlgMultiCheckConf.hpp"
#include "dlgNewFile.hpp"
#include "appprefs.hpp"
#include "checksumfactory.hpp"
#include "cmdlnopt.hpp"
#include "comdefs.hpp"
#include "fdftlmk.hpp"
#include "fileutil.hpp"
#include "language.hpp"
#include "sfvfile.hpp"
#include "md5file.hpp"
#include "utils.hpp"
#include "bitmaps/icon_app_checksums.xpm"
#include "bitmaps/hi16_action_filenew.xpm"
#include "bitmaps/hi16_action_fileopen.xpm"
#include "bitmaps/hi16_action_filesave.xpm"
#include "bitmaps/hi16_action_filesaveas.xpm"
#include "bitmaps/hi16_action_fileclose.xpm"
#include "bitmaps/hi16_action_exit.xpm"
#include "bitmaps/hi16_action_fileadd.xpm"
#include "bitmaps/hi16_action_directoryadd.xpm"
#include "bitmaps/hi16_action_addmatchingfiles.xpm"
#include "bitmaps/hi16_action_fileremove.xpm"
#include "bitmaps/hi16_action_check.xpm"
#include "bitmaps/hi16_action_recompute.xpm"
#include "bitmaps/hi16_action_configure.xpm"
#include "bitmaps/hi16_action_helpabout.xpm"
#include "bitmaps/hi22_action_filenew.xpm"
#include "bitmaps/hi22_action_fileopen.xpm"
#include "bitmaps/hi22_action_filesave.xpm"
#include "bitmaps/hi22_action_fileadd.xpm"
#include "bitmaps/hi22_action_directoryadd.xpm"
#include "bitmaps/hi22_action_addmatchingfiles.xpm"
#include "bitmaps/hi22_action_fileremove.xpm"
#include "bitmaps/hi22_action_check.xpm"
#include "bitmaps/hi22_action_recompute.xpm"
#include "bitmaps/hi22_action_configure.xpm"
#include "compat.hpp"

Include dependency graph for frmSums.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define frmSUMS_STYLE   wxDEFAULT_FRAME_STYLE
 The style of the main window.


Functions

void addMenuItemWithBitmap (wxMenu *parentMenu, int id, const wxString &text, const wxBitmap &bitmap, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL, wxMenu *subMenu=NULL)
 Adds a menu item with a bitmap to a menu.


Detailed Description

Application's main window body.

Definition in file frmSums.cpp.


Define Documentation

#define frmSUMS_STYLE   wxDEFAULT_FRAME_STYLE
 

The style of the main window.

Definition at line 106 of file frmSums.cpp.

Referenced by frmSums::frmSums().


Function Documentation

void addMenuItemWithBitmap wxMenu *  parentMenu,
int  id,
const wxString &  text,
const wxBitmap &  bitmap,
const wxString &  helpString = wxEmptyString,
wxItemKind  kind = wxITEM_NORMAL,
wxMenu *  subMenu = NULL
[static]
 

Adds a menu item with a bitmap to a menu.

Parameters:
parentMenu Menu that the menu item belongs to.
id Identifier for this menu item.
text Text for the menu item, as shown on the menu. An accelerator key can be specified using the ampersand '&' character. In order to embed an ampersand character in the menu item text, the ampersand must be doubled.
bitmap The bitmap for the menu item.
helpString Optional help string that will be shown on the status bar.
kind May be wxITEM_SEPARATOR, wxITEM_NORMAL, wxITEM_CHECK or wxITEM_RADIO.
subMenu If non-NULL, indicates that the menu item is a submenu.

Definition at line 132 of file frmSums.cpp.

Referenced by frmSums::createControls().


Generated on Sun May 30 13:37:58 2004 for wxChecksums by doxygen 1.3.7