Go to the source code of this file.
Defines | |
| #define | MODULE_DIALOGS 1 |
| #define | D_BORDER 4 |
| #define | BITMAPX 36 |
| #define | BITMAPY 20 |
Typedefs | |
| typedef struct tag_dlghdr1 | DLGHDR1 |
| typedef struct tagSIZESTRUCT | SIZESTRUCT |
Functions | |
| long | GetCharListID (char *item, char **list, long n) |
| short | EditGroundDialog (object *op, short in_script) |
| short | EditSkyDialog (sky *sp, int in_script) |
| short | EditDirectorDialog (director *dp, int in_script) |
| short | EditLightDialog (object *op, int in_script) |
| short | RequestEditSize (double *sx, double *sy, double *sz, size *xp, int d) |
| short | RequestEditLightSize (double *sx, double *sy, double *sz, size *xp, int d) |
| short | EditCameraSize (double *sx, double *sy, double *sz, size *xp, int d) |
| void | LensSettings (void) |
| BOOL CALLBACK | EditObjectDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | EditObjectXipDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | EditXipDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | ShiftKeysDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | AboutDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| void | PreferencesPropertyDlgProc (HWND hwndOwner) |
| BOOL CALLBACK | SplineTweenDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | PathToolDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | RotatorToolDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | SizerToolDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | SelectActorDlgProc (HWND hDlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | SetFramesDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | InsertFramesDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | DeleteFramesDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| int | SelectKeyMaker (void) |
| BOOL CALLBACK | ObjectTimelineDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL CALLBACK | PathSetDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| void | AnimationPlayer (int type, HWND hwnd) |
Variables | |
| UINT | AnimationTimer |
| #define D_BORDER 4 |
Definition at line 12 of file DIALOGS.C.
Referenced by AttribsDlgProc(), PrimitivesDlgProc(), and SplineTweenDlgProc().
| #define BITMAPX 36 |
| #define BITMAPY 20 |
| typedef struct tag_dlghdr1 DLGHDR1 |
| typedef struct tagSIZESTRUCT SIZESTRUCT |
| UINT AnimationTimer |
1.5.6