|
LibreOffice Module sd (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/time.h>#include <rtl/ref.hxx>#include <sal/types.h>#include <functional>#include <memory>#include <mutex>#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 | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::uno |
| namespace | sdext |
| namespace | sdext::presenter |
Typedefs | |
| typedef cppu::WeakComponentImplHelper< css::awt::XCallback > | sdext::presenter::PresenterClockTimerInterfaceBase |