LibreOffice Module svx (master)
1
|
#include <scheduler.hxx>
Public Member Functions | |
SAL_DLLPRIVATE | Event () |
virtual | ~Event () |
SAL_DLLPRIVATE sal_uInt32 | GetTime () const |
void | SetTime (sal_uInt32 nNew) |
virtual void | Trigger (sal_uInt32 nTime)=0 |
Private Attributes | |
sal_uInt32 | mnTime |
Definition at line 32 of file scheduler.hxx.
|
explicit |
Definition at line 30 of file scheduler.cxx.
|
virtual |
Definition at line 34 of file scheduler.cxx.
|
inline |
Definition at line 43 of file scheduler.hxx.
Referenced by sdr::animation::Scheduler::InsertEvent(), and sdr::animation::PrimitiveAnimation::prepareNextEvent().
void sdr::animation::Event::SetTime | ( | sal_uInt32 | nNew | ) |
Definition at line 39 of file scheduler.cxx.
References mnTime.
Referenced by sdr::animation::PrimitiveAnimation::prepareNextEvent(), sdr::overlay::OverlayRectangle::Trigger(), and sdr::overlay::OverlayAnimatedBitmapEx::Trigger().
|
pure virtual |
|
private |
Definition at line 35 of file scheduler.hxx.
Referenced by SetTime().