ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Macros | |
#define | SPI_GETWHEELSCROLLCHARS 0x006C |
#define | MAX_RECENT_PATHNAME_DISPLAY 30 |
Typedefs | |
typedef HWND(WINAPI * | FN_HtmlHelpW) (HWND, LPCWSTR, UINT, DWORD_PTR) |
typedef ULONG(WINAPI * | FN_MAPISendMail) (LHANDLE, ULONG_PTR, lpMapiMessage, FLAGS, ULONG) |
typedef ULONG(WINAPI * | FN_MAPISendMailW) (LHANDLE, ULONG_PTR, lpMapiMessageW, FLAGS, ULONG) |
Functions | |
void | ShowOutOfMemory (void) |
static BOOL | FileExtFromFilter (LPWSTR pExt, OPENFILENAME *pOFN) |
static UINT_PTR APIENTRY | OFNHookProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
BOOL | OpenMailer (HWND hWnd, LPCWSTR pszPathName) |
static HWND | DoHtmlHelpW (HWND hwndCaller, LPCWSTR pszFile, UINT uCommand, DWORD_PTR dwData) |
INT WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, INT nCmdShow) |
Variables | |
BOOL | g_askBeforeEnlarging = FALSE |
HINSTANCE | g_hinstExe = NULL |
WCHAR | g_szFileName [MAX_LONG_PATH] = { 0 } |
WCHAR | g_szMailTempFile [MAX_LONG_PATH] = { 0 } |
BOOL | g_isAFile = FALSE |
BOOL | g_imageSaved = FALSE |
BOOL | g_showGrid = FALSE |
HWND | g_hStatusBar = NULL |
CMainWindow | mainWindow |
static HINSTANCE | s_hHHCTRL_OCX = NULL |
static FN_HtmlHelpW | s_pHtmlHelpW = NULL |
#define MAX_RECENT_PATHNAME_DISPLAY 30 |
#define SPI_GETWHEELSCROLLCHARS 0x006C |
|
static |
Definition at line 321 of file main.cpp.
Referenced by CMainWindow::OnCommand(), and CMainWindow::OnDestroy().
|
static |
Definition at line 74 of file main.cpp.
Referenced by CMainWindow::GetSaveFileName().
Definition at line 99 of file main.cpp.
Referenced by CMainWindow::OnCommand().
Definition at line 34 of file main.cpp.
Referenced by ImageModel::Crop(), InitializeImage(), CMainWindow::OnCommand(), and ImageModel::PushImageForUndo().
INT WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
INT | nCmdShow | ||
) |
Definition at line 1333 of file main.cpp.
Definition at line 16 of file main.cpp.
Referenced by CMainWindow::InsertSelectionFromHBITMAP().
Definition at line 17 of file main.cpp.
Referenced by CTextEditWindow::Create(), CMainWindow::DoCreate(), CMiniatureWindow::DoCreate(), CPaintToolBar::DoCreate(), CMainWindow::GetOpenFileName(), CMainWindow::GetSaveFileName(), CFontsDialog::InitToolbar(), CMainWindow::InsertSelectionFromHBITMAP(), CCanvasWindow::OnButtonDown(), CMainWindow::OnCommand(), CFullscreenWindow::OnCreate(), CMainWindow::OnCreate(), CToolSettingsWindow::OnCreate(), CFontsDialog::OnNotify(), CStretchSkewDialog::OnOk(), CCanvasWindow::OnSetCursor(), SetFileInfo(), CMainWindow::TrackPopupMenu(), and wWinMain().
Definition at line 23 of file main.cpp.
Referenced by CMainWindow::alignChildrenToMainWindow(), ToolsModel::DrawWithMouseTool(), CCanvasWindow::OnButtonUp(), CCanvasWindow::OnCaptureChanged(), CMainWindow::OnCommand(), CMainWindow::OnCreate(), CMainWindow::OnInitMenuPopup(), CCanvasWindow::OnMouseMove(), CMainWindow::OnSize(), and CToolSettingsWindow::OnVScroll().
Definition at line 21 of file main.cpp.
Referenced by ImageModel::ImageModel(), ImageModel::IsImageSaved(), CCanvasWindow::OnButtonUp(), ImageModel::PushDone(), SaveDIBToFile(), SetBitmapAndInfo(), and SetFileInfo().
Definition at line 20 of file main.cpp.
Referenced by CAttributesDialog::OnInitDialog(), CMainWindow::saveImage(), and SetFileInfo().
Definition at line 22 of file main.cpp.
Referenced by CCanvasWindow::DoDraw(), CMainWindow::OnCommand(), and CMainWindow::OnInitMenuPopup().
WCHAR g_szFileName[MAX_LONG_PATH] = { 0 } |
Definition at line 18 of file main.cpp.
Referenced by CMainWindow::ConfirmSave(), CMainWindow::DoCreate(), CMainWindow::OnCommand(), OpenMailer(), CMainWindow::saveImage(), and SetFileInfo().
WCHAR g_szMailTempFile[MAX_LONG_PATH] = { 0 } |
Definition at line 19 of file main.cpp.
Referenced by OpenMailer(), and wWinMain().
CMainWindow mainWindow |
Definition at line 25 of file main.cpp.
Referenced by SelectionBaseTool::OnButtonDown(), TextTool::OnButtonUp(), CFullscreenWindow::OnCloseOrKeyDownOrLButtonDown(), CMainWindow::OnCommand(), CFullscreenWindow::OnGetText(), CPaletteWindow::OnLButtonDblClk(), CPaletteWindow::OnMouseMove(), CToolBox::OnMouseMove(), CPaletteWindow::OnRButtonDblClk(), SetFileInfo(), ShowError(), ShowOutOfMemory(), and wWinMain().
Definition at line 29 of file main.cpp.
Referenced by DoHtmlHelpW(), and CMainWindow::OnDestroy().
|
static |
Definition at line 30 of file main.cpp.
Referenced by DoHtmlHelpW(), and CMainWindow::OnDestroy().