LibreOffice Module sd (master) 1
Classes | Namespaces | Typedefs
PresenterTimer.hxx File Reference
#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>
Include dependency graph for PresenterTimer.hxx:
This graph shows which files directly or indirectly include this file:

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