LibreOffice Module sdext (master)
1
|
#include <com/sun/star/awt/XCallback.hpp>
#include <com/sun/star/awt/XRequestCallback.hpp>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
#include <osl/mutex.hxx>
#include <osl/time.h>
#include <rtl/ref.hxx>
#include <sal/types.h>
#include <functional>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | sdext::presenter::PresenterTimer |
The timer allows tasks to be scheduled for execution at a specified time in the future. More... | |
class | sdext::presenter::PresenterClockTimer |
A timer that calls its listeners, typically clocks, every second to update their current time value. More... | |
class | sdext::presenter::PresenterClockTimer::Listener |
Namespaces | |
com::sun::star::uno | |
sdext::presenter | |
Typedefs | |
typedef cppu::WeakComponentImplHelper< css::awt::XCallback > | sdext::presenter::PresenterClockTimerInterfaceBase |