#include <Transition.h>
Inheritance diagram for OglGui::Transition:


Public Member Functions | |
| Transition (Window *parent) | |
| Transition (Window *parent, int x, int y, int w, int h) | |
| void | TransitionStart (bool dissolve, int mode1, int mode2=-1, int ms=500) |
| void | GridXY (int x, int y) |
| void | FillColors (ULONG c1, ULONG c2, ULONG c3, ULONG c4, ULONG cc) |
| void | FillColors (ULONG c1, ULONG c2, ULONG c3, ULONG c4) |
| void | BlockSlide (int mode, int x, int y, int w, int h) |
| void | OpenCircle (int mode, int x, int y, int w, int h) |
| void | DoBlock (int mode, int x, int y, int w, int h) |
| virtual void | InitDisplayFunc () |
| virtual void | DisplayFunc () |
Protected Attributes | |
| Window * | mParent |
| bool | mDissolveMode |
| int | mTransitMode1 |
| int | mTransitMode2 |
| int | mNx |
| int | mNy |
| int | mPerc |
| int | mDurationMs |
| bool | mInitializeStart |
| double | mStartTime |
| ULONG | mFillCol1 |
| ULONG | mFillCol2 |
| ULONG | mFillCol3 |
| ULONG | mFillCol4 |
| ULONG | mFillColC |
Private Member Functions | |
| void | Init (Window *parent, int w, int h) |
Definition at line 17 of file Transition.h.
1.5.1