LibreOffice Module sfx2 (master) 1
Public Member Functions | Public Attributes | List of all members
SfxModule_Impl Class Reference

Public Member Functions

 SfxModule_Impl ()
 
 ~SfxModule_Impl ()
 

Public Attributes

std::optional< SfxSlotPoolpSlotPool
 
std::vector< SfxTbxCtrlFactorymaTbxCtrlFactories
 
std::vector< SfxStbCtrlFactorymaStbCtrlFactories
 
std::vector< SfxChildWinFactorymaFactories
 
OString maResName
 

Detailed Description

Definition at line 40 of file module.cxx.

Constructor & Destructor Documentation

◆ SfxModule_Impl()

SfxModule_Impl::SfxModule_Impl ( )

Definition at line 54 of file module.cxx.

◆ ~SfxModule_Impl()

SfxModule_Impl::~SfxModule_Impl ( )

Definition at line 58 of file module.cxx.

References maStbCtrlFactories, maTbxCtrlFactories, and pSlotPool.

Member Data Documentation

◆ maFactories

std::vector<SfxChildWinFactory> SfxModule_Impl::maFactories

Definition at line 47 of file module.cxx.

Referenced by SfxModule::GetChildWinFactoryById(), and SfxModule::RegisterChildWindow().

◆ maResName

OString SfxModule_Impl::maResName

Definition at line 48 of file module.cxx.

Referenced by SfxModule::Construct_Impl(), and SfxModule::GetResLocale().

◆ maStbCtrlFactories

std::vector<SfxStbCtrlFactory> SfxModule_Impl::maStbCtrlFactories

◆ maTbxCtrlFactories

std::vector<SfxTbxCtrlFactory> SfxModule_Impl::maTbxCtrlFactories

◆ pSlotPool

std::optional<SfxSlotPool> SfxModule_Impl::pSlotPool

Definition at line 44 of file module.cxx.

Referenced by SfxModule::Construct_Impl(), SfxModule::GetSlotPool(), and ~SfxModule_Impl().


The documentation for this class was generated from the following file: