Go to the source code of this file.
Defines | |
#define | MODULE_DESIGN 1 |
#define | SIZESTATUS1 195 |
#define | NFILESLIST 5 |
#define | LASTFILECMD 31000 |
#define | FI_SCE 0 |
#define | FI_DXF 1 |
#define | FI_3DS 2 |
#define | FI_STL 3 |
Typedefs | |
typedef struct tagLASTFILESLIST | LASTFILESLIST |
Functions | |
HINSTANCE __cdecl | ResourceX (void) |
char * | R_GetEnv (char const *aa) |
int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
LRESULT CALLBACK | MainModelerWndProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
LRESULT CALLBACK | ModelerTriViewWndProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
LRESULT CALLBACK | ModelerViewWndProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
void | ExecuteKeyboardKeyCommand (int key) |
void | DisengageSkeletonTool (void) |
void | DisengageDesignerTool (void) |
void | InitializeLastFilesList (void) |
Variables | |
HBITMAP | hBmBackground = NULL |
#define SIZESTATUS1 195 |
typedef struct tagLASTFILESLIST LASTFILESLIST |
int APIENTRY WinMain | ( | HINSTANCE | hInstance, | |
HINSTANCE | hPrevInstance, | |||
LPSTR | lpCmdLine, | |||
int | nCmdShow | |||
) |
Definition at line 63 of file DESIGN.C.
References ActivatePreferences(), CreateAppPalette(), debug, DesignShutdown(), DesignStartup(), FALSE, FileInPath(), gCurAction, gCurCommand, gCurCoord, gCurLock, gCurSelect, gCurTool, gCurZoom, ghbm_triview, ghbm_view, ghdc_triview_Bitmap, ghdc_view_Bitmap, ghinst_main, ghpaletteScreen, ghwnd_main, ghwndCoord1, ghwndDlgAttribs, ghwndDlgExpand, ghwndDlgPrimitives, ghwndOpenGLview, ghwndSkEdit, ghwndSkToolbar, hLibSpin, IDM_FILE_LOAD_DIRECT, IDM_WINDOW_SHOWALL, IniFilename, IsAttribDlgMessage(), IsPrimitivesDialogMessage(), j_buf, LoadArrowIcons(), LoadPreferences(), MainModelerWndProc(), MODELER_ACCEL, MODELER_MENU, ModelerTriViewWndProc(), ModelerViewWndProc(), R_GetEnv(), ResourceX(), ruler_name, SetupMainWindow(), StartOpenGL(), szMainClass, szToolboxClass, szToolBtnClass, szTriViewClass, szViewClass, TempPath, ToolboxWndProc(), ToolBtnWndProc(), and TRUE.
HBITMAP hBmBackground = NULL |