#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:
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. |
Definition in file frmSums.cpp.
|
The style of the main window.
Definition at line 106 of file frmSums.cpp. Referenced by frmSums::frmSums(). |
|
Adds a menu item with a bitmap to a menu.
Definition at line 132 of file frmSums.cpp. Referenced by frmSums::createControls(). |