Go to the source code of this file.
Defines | |
#define | MODULE_UTILS 1 |
Typedefs | |
typedef struct tagSELECTDLGLIST | SELECTDLGLIST |
Functions | |
void | Nudge (int command) |
void | ReleaseNurbs (nurbs *n) |
BOOL | AllocNurbs (nurbs *n, double *ukv, double *vkv) |
void | FreeNurbs (long n, nurbs *Np) |
pathpoint * | AppendPathPoint (pathpoint *Ppp) |
PATHEDITCONTROL * | CreatePathEditControlPoint (int *nPec, PATHEDITCONTROL **Pec, PATHEDITCONTROL *last, PATHEDITCONTROL *next, int frame, double distance) |
void | DeletePathEditControlPoint (int *nPec, PATHEDITCONTROL **Pec, PATHEDITCONTROL *here) |
void | CreatePathPoint (void) |
void | DeletePathPoint (void) |
pathpoint * | CreateIPointPath (short type, node *Np, short firstframe, short *pathtype, short *npathpoints) |
void | DeleteCostume (node *Np, long frame) |
object * | CreateCostume (node *Np, long firstframe, long lastframe) |
void | DeleteSize (node *Np, long frame) |
size * | CreateSize (node *Np, long firstframe, long lastframe) |
void | DeleteAlign (node *Np, long frame) |
align * | CreateAlign (node *Np, long firstframe, long lastframe) |
void | DeletePosition (node *Np, long frame) |
void | DeletePositionIn (node *Np, long first_frame, long last_frame) |
position * | CreatePosition (node *Np, long firstframe, long lastframe) |
void | DeleteSky (node *Np, long frame) |
sky * | CreateSky (node *Np, long firstframe, long lastframe) |
void | DeleteDirector (node *Np, long frame) |
director * | CreateDirector (node *Np, long firstframe, long lastframe) |
void | DeleteNode (node *Np) |
node * | CreateNode (void) |
pathpoint * | CopyPath (short *pathtype, short *npathpoints, node *Nc, short firstframe, HWND parent) |
void | CheckRecursiveFollow (node *Np, short ff, short lf) |
void | ScrapEverything (void) |
long | SelectNodeID (HWND parent) |
node * | GetSelectedCamera (long cf, node *Sc) |
node * | SelectNode (char *NodeName, short with_sky, HWND parent) |
void | CentreDialogOnCursor (HWND hwnd) |
void | CentreDialogOnScreen (HWND hWnd) |
void | AppendFileExtension (char *filename, char *ext) |
char * | short_form (char *filename) |
char * | truncate_path (char *name, int n) |
typedef struct tagSELECTDLGLIST SELECTDLGLIST |