LibreOffice Module toolkit (master) 1
Classes | Namespaces | Typedefs
controlmodelcontainerbase.hxx File Reference
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/awt/XTabControllerModel.hpp>
#include <com/sun/star/util/XChangesNotifier.hpp>
#include <com/sun/star/util/XChangesListener.hpp>
#include <com/sun/star/util/XModifyListener.hpp>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <cppuhelper/implbase8.hxx>
#include <cppuhelper/implbase3.hxx>
#include <cppuhelper/weak.hxx>
#include <toolkit/helper/listenermultiplexer.hxx>
#include <toolkit/controls/unocontrolmodel.hxx>
#include <controls/unocontrolcontainer.hxx>
#include <cppuhelper/propshlp.hxx>
#include <com/sun/star/awt/tab/XTabPageModel.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <comphelper/interfacecontainer4.hxx>
#include <mutex>
#include <vector>
Include dependency graph for controlmodelcontainerbase.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ControlModelContainerBase
 
class  ResourceListener
 
class  ControlContainerBase
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::resource
 
namespace  com::sun::star::uno
 

Typedefs

typedef UnoControlModel ControlModel_Base
 
typedef ::cppu::AggImplInheritanceHelper8< ControlModel_Base, css::lang::XMultiServiceFactory, css::container::XContainer, css::container::XNameContainer, css::awt::XTabControllerModel, css::util::XChangesNotifier, css::beans::XPropertyChangeListener, css::awt::tab::XTabPageModel, css::lang::XInitialization > ControlModelContainer_IBase
 
typedef ::cppu::AggImplInheritanceHelper3< UnoControlContainer, css::container::XContainerListener, css::util::XChangesListener, css::util::XModifyListener > ControlContainer_IBase
 

Typedef Documentation

◆ ControlContainer_IBase

typedef ::cppu::AggImplInheritanceHelper3< UnoControlContainer , css::container::XContainerListener , css::util::XChangesListener , css::util::XModifyListener > ControlContainer_IBase

Definition at line 216 of file controlmodelcontainerbase.hxx.

◆ ControlModel_Base

Definition at line 47 of file controlmodelcontainerbase.hxx.

◆ ControlModelContainer_IBase

typedef ::cppu::AggImplInheritanceHelper8< ControlModel_Base , css::lang::XMultiServiceFactory , css::container::XContainer , css::container::XNameContainer , css::awt::XTabControllerModel , css::util::XChangesNotifier , css::beans::XPropertyChangeListener , css::awt::tab::XTabPageModel , css::lang::XInitialization > ControlModelContainer_IBase

Definition at line 57 of file controlmodelcontainerbase.hxx.