ReactOS 0.4.16-dev-338-g34e76ad
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | BrushStyleAndWidth |
Macros | |
#define | X_TOOLSETTINGS 0 |
#define | Y_TOOLSETTINGS (CY_TOOLBAR + 3) |
#define | CX_TOOLSETTINGS CX_TOOLBAR |
#define | CY_TOOLSETTINGS 140 |
#define | CX_TRANS_ICON 40 |
#define | CY_TRANS_ICON 30 |
#define | MARGIN1 3 |
#define | MARGIN2 2 |
#define | MAX_ZOOM_TRACK 6 |
#define | MIN_ZOOM_TRACK 0 |
#define | DEFAULT_ZOOM_TRACK 3 |
Functions | |
static INT | getSplitRects (RECT *rects, INT cColumns, INT cRows, LPCRECT prc, LPPOINT ppt) |
static INT | getTransRects (RECT rects[2], LPCRECT prc, LPPOINT ppt=NULL) |
static INT | getRubberRects (RECT rects[4], LPCRECT prc, LPPOINT ppt=NULL) |
static INT | getBrushRects (RECT rects[12], LPCRECT prc, LPPOINT ppt=NULL) |
static INT | getLineRects (RECT rects[5], LPCRECT prc, LPPOINT ppt=NULL) |
static INT | getAirBrushRects (RECT rects[4], LPCRECT prc, LPPOINT ppt=NULL) |
static INT | getBoxRects (RECT rects[3], LPCRECT prc, LPPOINT ppt=NULL) |
Variables | |
static const BYTE | s_AirRadius [4] = { 5, 8, 3, 12 } |
CToolSettingsWindow | toolSettingsWindow |
static const BrushStyleAndWidth | c_BrushPresets [] |
#define CX_TOOLSETTINGS CX_TOOLBAR |
Definition at line 14 of file toolsettings.cpp.
#define CX_TRANS_ICON 40 |
Definition at line 17 of file toolsettings.cpp.
#define CY_TOOLSETTINGS 140 |
Definition at line 15 of file toolsettings.cpp.
#define CY_TRANS_ICON 30 |
Definition at line 18 of file toolsettings.cpp.
#define DEFAULT_ZOOM_TRACK 3 |
Definition at line 24 of file toolsettings.cpp.
#define MARGIN1 3 |
Definition at line 19 of file toolsettings.cpp.
#define MARGIN2 2 |
Definition at line 20 of file toolsettings.cpp.
#define MAX_ZOOM_TRACK 6 |
Definition at line 22 of file toolsettings.cpp.
#define MIN_ZOOM_TRACK 0 |
Definition at line 23 of file toolsettings.cpp.
#define X_TOOLSETTINGS 0 |
Definition at line 12 of file toolsettings.cpp.
#define Y_TOOLSETTINGS (CY_TOOLBAR + 3) |
Definition at line 13 of file toolsettings.cpp.
Definition at line 186 of file toolsettings.cpp.
Referenced by CToolSettingsWindow::drawAirBrush(), and CToolSettingsWindow::OnLButtonDown().
Definition at line 236 of file toolsettings.cpp.
Referenced by CToolSettingsWindow::drawBox(), and CToolSettingsWindow::OnLButtonDown().
Definition at line 112 of file toolsettings.cpp.
Referenced by CToolSettingsWindow::drawBrush(), and CToolSettingsWindow::OnLButtonDown().
Definition at line 157 of file toolsettings.cpp.
Referenced by CToolSettingsWindow::drawLine(), and CToolSettingsWindow::OnLButtonDown().
Definition at line 80 of file toolsettings.cpp.
Referenced by CToolSettingsWindow::drawRubber(), and CToolSettingsWindow::OnLButtonDown().
Definition at line 43 of file toolsettings.cpp.
Referenced by getBoxRects(), getBrushRects(), getLineRects(), getRubberRects(), and getTransRects().
Definition at line 63 of file toolsettings.cpp.
Referenced by CToolSettingsWindow::drawTrans(), and CToolSettingsWindow::OnLButtonDown().
|
static |
Definition at line 123 of file toolsettings.cpp.
Referenced by CToolSettingsWindow::drawBrush(), and CToolSettingsWindow::OnLButtonDown().
Definition at line 26 of file toolsettings.cpp.
Referenced by CToolSettingsWindow::drawAirBrush(), and CToolSettingsWindow::OnLButtonDown().
CToolSettingsWindow toolSettingsWindow |
Definition at line 28 of file toolsettings.cpp.
Referenced by ToolsModel::NotifyToolChanged(), ToolsModel::NotifyToolSettingsChanged(), ToolsModel::NotifyZoomChanged(), and CToolBox::OnCreate().