-
Notifications
You must be signed in to change notification settings - Fork 17
/
LDViewWindow.h
343 lines (322 loc) · 11.6 KB
/
LDViewWindow.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
#ifndef __LDVIEWWINDOW_H__
#define __LDVIEWWINDOW_H__
#include <CUI/CUIWindow.h>
#include <LDLib/LDrawModelViewer.h>
#pragma warning(push)
#pragma warning(disable:4091)
#include <shlobj.h>
#pragma warning(pop)
//#include "TbButtonInfo.h"
class LDHtmlInventory;
class ModelTreeDialog;
class BoundingBoxDialog;
class MpdDialog;
class ToolbarStrip;
typedef struct
{
int width;
int height;
int depth;
} VideoModeT;
class ModelWindow;
class TCStringArray;
class TCSortedStringArray;
class CUIWindowResizer;
class LDViewPreferences;
#if defined(USE_CPP11) || !defined(_NO_BOOST)
class LDLibraryUpdater;
#endif // USE_CPP11 || !_NO_BOOST
template <class Type> class TCTypedObjectArray;
#define LIBRARY_UPDATE_FINISHED 1
#define LIBRARY_UPDATE_CANCELED 2
#define LIBRARY_UPDATE_NONE 3
#define LIBRARY_UPDATE_ERROR 4
class LDViewWindow: public CUIWindow
{
public:
LDViewWindow(CUCSTR, HINSTANCE, int, int, int, int);
virtual const UCCHAR* windowClassName(void);
virtual void openModel(CUCSTR = NULL, bool skipLoad = false);
virtual BOOL initWindow(void);
virtual void setScreenSaver(bool flag);
BOOL getScreenSaver(void) { return screenSaver; }
virtual void showWindow(int nCmdShow);
BOOL checkMouseMove(HWND hWnd, LPARAM lParam);
void initMouseMove(void);
virtual void shutdown(void);
virtual bool saveSnapshot(UCSTR saveFilename);
BOOL getFullScreen(void) { return fullScreen; }
virtual void setLoading(bool value);
bool getShowStatusBar(void) { return showStatusBar; }
bool getTopmost(void) { return topmost; }
void forceShowStatusBar(bool value);
void applyPrefs(void);
virtual LRESULT switchToolbar(void);
virtual LRESULT switchStatusBar(void);
virtual LRESULT switchKeepRightSideUp(void);
static ucstring getLDrawFilename(CUIWindow *parentWindow, const ucstring& initialDir);
static const std::string getAppVersion(void);
static const std::string getAppAsciiCopyright(void);
static const UCCHAR *getProductVersion(void);
static const UCCHAR *getLegalCopyright(void);
virtual void setHParentWindow(HWND hWnd);
ModelWindow *getModelWindow(void) { return modelWindow; }
void redrawStatusBar(void);
void updateStatusParts(void);
bool inExamineMode(void);
LDrawModelViewer::ViewMode getViewMode(void);
bool inLatLonMode(void);
void showStatusLatLon(void);
bool getLoading(void) const { return loading; }
HMENU getViewAngleMenu(void) { return hViewAngleMenu; }
void changeStep(int action);
LRESULT doGotoStep(void);
int setStep(int newStep);
virtual void setStatusText(HWND hStatus, TCByte part, CUCSTR text,
bool redraw = false);
virtual void stopAnimation(void);
virtual void switchModes(void);
virtual void zoomToFit(void);
void rightSideUp(void);
LRESULT cameraLocation(void);
LRESULT rotationCenter(void);
virtual LRESULT toggleBoundingBox(void);
bool isBoundingBoxVisible(void);
void boundingBoxToggled(void);
bool isTopmost(void);
virtual LRESULT switchTopmost(void);
bool isVisualStyleEnabled(void) { return visualStyleEnabled; }
virtual BOOL verifyLDrawDir(bool forceChoose = false);
virtual bool verifyLDrawDir(const std::string& value);
static std::string getLDrawDir(void);
static ucstring getLDrawDirUC(void);
std::string lastOpenPath(char* pathKey = NULL);
ucstring lastOpenPathUC(char* pathKey = NULL);
static void setLastOpenFile(const char* filename, char* pathKey = NULL);
static ucstring browseForDir(CUCSTR prompt, CUCSTR initialDir);
static std::string getFloatUdKey(const char* udKey);
static TCStringArray* extraSearchDirs;
static int CALLBACK pathBrowserCallback(HWND hwnd, UINT uMsg,
LPARAM lParam, LPARAM /*lpData*/);
virtual void populateExtraSearchDirs(void);
protected:
virtual ~LDViewWindow(void);
static BOOL promptForLDrawDir(CUCSTR prompt = NULL);
bool findAndInstallLDraw(void);
virtual void dealloc(void);
virtual WNDCLASSEX getWindowClass(void);
virtual bool handleDpiChange(void);
virtual LRESULT doMouseWheel(short keyFlags, short zDelta, int xPos,
int yPos);
virtual LRESULT doCreate(HWND, LPCREATESTRUCT);
virtual LRESULT doClose(void);
virtual LRESULT doDestroy(void);
virtual LRESULT doChar(UCCHAR, LPARAM);
virtual LRESULT doCommand(int, int, HWND);
virtual LRESULT doSize(WPARAM, int, int);
virtual LRESULT doActivateApp(BOOL, DWORD);
virtual LRESULT doActivate(int, BOOL, HWND);
virtual LRESULT doEraseBackground(RECT* updateRect);
virtual LRESULT doMenuSelect(UINT menuID, UINT flags, HMENU hMenu);
virtual LRESULT doEnterMenuLoop(bool isTrackPopupMenu);
virtual LRESULT doExitMenuLoop(bool isTrackPopupMenu);
virtual LRESULT doShowWindow(BOOL showFlag, LPARAM status);
virtual LRESULT doKeyDown(int keyCode, LPARAM keyData);
virtual LRESULT doKeyUp(int keyCode, LPARAM keyData);
virtual LRESULT doDrawItem(HWND hControlWnd,
LPDRAWITEMSTRUCT drawItemStruct);
virtual LRESULT doMove(int newX, int newY);
virtual BOOL doDialogSize(HWND hDlg, WPARAM sizeType, int newWidth,
int newHeight);
virtual BOOL doDialogGetMinMaxInfo(HWND hDlg, LPMINMAXINFO minMaxInfo);
virtual LRESULT showOpenGLDriverInfo(void);
virtual HBRUSH getBackgroundBrush(void);
virtual void createAboutBox(void);
virtual BOOL showAboutBox(void);
virtual LRESULT specifyLatLon(void);
#if defined(USE_CPP11) || !defined(_NO_BOOST)
virtual void createLibraryUpdateWindow(void);
virtual void showLibraryUpdateWindow(bool initialInstall);
void checkForLibraryUpdates();
virtual void doLibraryUpdateFinished(int finishType);
bool installLDraw(const std::string& ldrawZipPath = "");
#endif // _NO_BOOST
virtual BOOL doDialogCommand(HWND hDlg, int controlId, int notifyCode,
HWND controlHWnd);
virtual void doDialogOK(HWND hDlg);
virtual void doDialogCancel(HWND hDlg);
virtual BOOL doLDrawDirOK(HWND);
virtual LRESULT doInitMenuPopup(HMENU hPopupMenu, UINT uPos,
BOOL fSystemMenu);
virtual bool tryVideoMode(VideoModeT*, int);
ucstring getDisplayName(void);
LONG changeDisplaySettings(DEVMODE *deviceMode, DWORD flags);
virtual void setFullScreenDisplayMode(void);
virtual void restoreDisplayMode(void);
virtual void checkVideoMode(int, int, int);
virtual void checkLowResModes(void);
virtual void getAllDisplayModes(void);
virtual void populateDisplayModeMenuItems(void);
virtual void selectFSVideoModeMenuItem(int index,
bool saveSetting = true);
virtual void selectStandardSize(int index);
virtual HMENU menuForBitDepth(HWND, int, int* = NULL);
virtual void selectPollingMenuItem(int);
virtual HMENU getParentOfMenuItem(HMENU hParentMenu, int itemId);
virtual HMENU getPollingMenu(void);
virtual VideoModeT* getCurrentVideoMode(void);
virtual void activateFullScreenMode(void);
virtual void deactivateFullScreenMode(void);
virtual void initPollingMenu(void);
virtual void showHelp(void);
virtual void shellExecute(CUCSTR filename);
virtual LRESULT windowProc(HWND, UINT, WPARAM, LPARAM);
virtual void resetView(LDVAngle viewAngle = LDVAngleDefault);
virtual void saveDefaultView(void);
virtual void resetDefaultView(void);
virtual int getMenuItemIndex(HMENU hMenu, UINT itemID);
virtual int clearRecentFileMenuItems(void);
virtual void populateRecentFileMenuItems(void);
virtual void populateRecentFiles(void);
virtual void openRecentFile(int index);
virtual void setMenuEnabled(HMENU hParentMenu, int itemID,
bool enabled, BOOL byPosition = FALSE);
virtual bool modelIsLoaded(void);
virtual void updateModelMenuItems(void);
virtual void updateStepMenuItems(void);
virtual void printModel(void);
virtual void saveSnapshot(void);
virtual void exportModel(void);
virtual void pageSetup(void);
virtual void showViewInfo(void);
virtual void showPovCamera(void);
virtual void showLDrawCommandLine(void);
virtual bool modelWindowIsShown(void);
LRESULT switchPovCameraAspect(bool saveSetting = true);
virtual LRESULT switchExamineLatLong(void);
virtual LRESULT switchToViewMode(LDrawModelViewer::ViewMode viewMode,
bool saveSetting = true);
virtual void createStatusBar(void);
virtual void createToolbar(void);
virtual LRESULT switchVisualStyle(void);
virtual void removeToolbar(void);
virtual void addToolbar(void);
virtual void removeStatusBar(void);
virtual void addStatusBar(void);
virtual void reshapeModelWindow(void);
virtual void startLoading(void);
virtual void stopLoading(void);
virtual void showStatusIcon(LDrawModelViewer::ViewMode viewMode,
bool redraw = true);
virtual void reflectViewMode(bool saveSetting = true);
virtual void reflectPovCameraAspect(bool saveSetting = true);
virtual void reflectTopmost(void);
virtual void reflectVisualStyle(void);
virtual void reflectStatusBar(void);
virtual void reflectToolbar(void);
virtual void reflectPolling(void);
virtual void reflectVideoMode(void);
virtual void toolbarChecksReflect(void);
virtual int getStatusBarHeight(void);
virtual int getDockedHeight(void);
virtual int getToolbarHeight(void);
virtual int getModelWindowTop(void);
static void readVersionInfo(void);
virtual void createModelWindow(void);
virtual LRESULT generatePartsList(void);
virtual LRESULT showModelTree(void);
virtual LRESULT showMpd(void);
virtual LRESULT showStatistics(void);
virtual void generatePartsList(LDHtmlInventory *htmlInventory,
LDPartsList *partsList, CUCSTR filename);
void progressAlertCallback(TCProgressAlert *alert);
void updateWindowMonitor(void);
void destroyStatusBarIcons(void);
void loadStatusBarIcons(void);
void registerOpenGLInfoWindowClass(void);
int getSavedPixelSize(const char* udKey, int defaultSize);
void savePixelSize(const char* udKey, int size);
int getSavedWindowWidth(int defaultValue = -1);
int getSavedWindowHeight(int defaultValue = -1);
void loadSettings(void);
RECT getWorkArea(void);
void setupStandardSizes(void);
int intRound(TCFloat value);
static void recordRecentFiles(void);
ModelWindow* modelWindow;
ToolbarStrip *toolbarStrip;
HWND hAboutWindow;
HWND hOpenGLInfoWindow;
HWND hStatusBar;
HWND hFrameWindow;
HWND hUpdateProgressBar;
HWND hUpdateStatus;
HWND hUpdateCancelButton;
HWND hUpdateOkButton;
bool fullScreen;
bool fullScreenActive;
bool switchingModes;
bool searchDirsInitialized;
DWORD standardWindowStyle;
SIZE maxStandardSize;
VideoModeT* videoModes;
int numVideoModes;
int currentVideoModeIndex;
int fsWidth;
int fsHeight;
int fsDepth;
bool showStatusBar;
bool showStatusBarOverride;
bool showToolbar;
bool keepRightSideUp;
bool topmost;
bool visualStyleEnabled;
bool skipMinimize;
bool screenSaver;
int originalMouseX;
int originalMouseY;
HMENU hFileMenu;
HMENU hViewMenu;
HMENU hViewAngleMenu;
HMENU hStandardSizesMenu;
HMENU hStepMenu;
HMENU hToolsMenu;
bool loading;
CUIWindowResizer *openGLInfoWindoResizer;
HWND hOpenGLStatusBar;
HICON hExamineIcon;
HICON hFlythroughIcon;
HICON hWalkIcon;
#ifndef TC_NO_UNICODE
HMONITOR hMonitor;
#endif // TC_NO_UNICODE
#if defined(USE_CPP11) || !defined(_NO_BOOST)
HWND hLibraryUpdateWindow;
LDLibraryUpdater *libraryUpdater;
bool libraryUpdateFinished;
bool libraryUpdateCanceled;
#endif // !_NO_BOOST
LDViewPreferences *prefs;
bool drawWireframe;
bool seams;
bool edges;
bool primitiveSubstitution;
bool lighting;
bool bfc;
bool examineLatLong;
bool initialShown;
ModelTreeDialog *modelTreeDialog;
BoundingBoxDialog *boundingBoxDialog;
MpdDialog *mpdDialog;
LDrawModelViewer::StandardSizeVector standardSizes;
static TCStringArray* recentFiles;
static UCCHAR *productVersion;
static UCCHAR *legalCopyright;
static class LDViewWindowCleanup
{
public:
~LDViewWindowCleanup(void);
} ldViewWindowCleanup;
friend class LDViewWindowCleanup;
};
#endif // __LD3VIEWWINDOW_H__