LibreOffice Module framework (master) 1
Classes | Namespaces | Typedefs
statusindicatorfactory.hxx File Reference
#include <sal/config.h>
#include <vector>
#include <mutex>
#include <helper/wakeupthread.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/task/XStatusIndicatorFactory.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/util/XUpdatable.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/implbase.hxx>
#include <rtl/ref.hxx>
Include dependency graph for statusindicatorfactory.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  framework::IndicatorInfo
 @descr This struct hold some information about all currently running progress processes. More...
 
class  framework::StatusIndicatorFactory
 implement a factory service to create new status indicator objects More...
 

Namespaces

namespace  framework
 

Typedefs

typedef ::std::vector< IndicatorInfo > framework::IndicatorStack
 @descr Define a list of child indicator objects and its data. More...