#include "Volumizer.h"
Go to the source code of this file.
Defines | |
#define | TOOL_HEIGHT 36 |
Functions | |
ATOM | RegisterSplitterClass (HINSTANCE hInstance) |
LRESULT CALLBACK | SplitterProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
HWND | wnd_main |
x, y and z size of the data | |
HWND | wnd_3d |
HWND | wnd_front |
HWND | wnd_left |
HWND | wnd_top |
#define TOOL_HEIGHT 36 |
ATOM RegisterSplitterClass | ( | HINSTANCE | hInstance | ) |
Definition at line 12 of file SplitterWnd.cpp.
References SplitterProc().
Referenced by _tWinMain().
LRESULT CALLBACK SplitterProc | ( | HWND | hWnd, | |
UINT | message, | |||
WPARAM | wParam, | |||
LPARAM | lParam | |||
) |
Splitter window (the small sizeable handle between the ortho and the ray view) procedure
Definition at line 36 of file SplitterWnd.cpp.
References TOOL_HEIGHT, wnd_3d, wnd_front, wnd_histogram, wnd_left, wnd_main, and wnd_top.
Referenced by RegisterSplitterClass().
HWND wnd_3d |
Definition at line 16 of file Volumizer.cpp.
Referenced by _tWinMain(), DeInitRay(), DrawRay(), InitRay(), RayRender(), SplitterProc(), and WndProc().
HWND wnd_front |
Definition at line 16 of file Volumizer.cpp.
Referenced by _tWinMain(), BuildOrthoSlice(), DrawOrtho(), GropeForHandle(), MoveHandle(), OrthoProc(), ShiftSlice(), ShovelData(), SplitterProc(), and WndProc().
HWND wnd_left |
Definition at line 16 of file Volumizer.cpp.
Referenced by _tWinMain(), BuildOrthoSlice(), DrawOrtho(), GropeForHandle(), MoveHandle(), OrthoProc(), ShiftSlice(), ShovelData(), SplitterProc(), and WndProc().
HWND wnd_main |
x, y and z size of the data
Implements the splitter window for partitioning the main interface area All the main UI resizing happens here.
Definition at line 16 of file Volumizer.cpp.
HWND wnd_top |
Definition at line 16 of file Volumizer.cpp.
Referenced by _tWinMain(), BuildOrthoSlice(), DrawOrtho(), GropeForHandle(), MoveHandle(), OrthoProc(), ShiftSlice(), ShovelData(), SplitterProc(), and WndProc().