LibreOffice Module framework (master) 1
Classes | Namespaces | Enumerations | Functions
framelistanalyzer.hxx File Reference
#include <config_options.h>
#include <framework/fwkdllapi.h>
#include <o3tl/typed_flags_set.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <vector>
Include dependency graph for framelistanalyzer.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< FrameAnalyzerFlags >
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::frame
 
namespace  o3tl
 
namespace  framework
 

Enumerations

enum class  FrameAnalyzerFlags {
  Model = 1 ,
  Help = 2 ,
  BackingComponent = 4 ,
  Hidden = 8 ,
  All = 15 ,
  Zombie = 32768
}
 These enums can be combined as flags to enable/disable special search algorithm during analyze phase. More...
 

Functions

class framework::UNLESS_MERGELIBS (FWK_DLLPUBLIC) FrameListAnalyzer final
 analyze and split the current available frame list of a given frames supplier into different parts. More...
 

Enumeration Type Documentation

◆ FrameAnalyzerFlags

enum class FrameAnalyzerFlags
strong

These enums can be combined as flags to enable/disable special search algorithm during analyze phase.

see impl_analyze() for further information. But note: To be usable as flags, these enums must be values of range [2^n]!

Enumerator
Model 
Help 
BackingComponent 
Hidden 
All 
Zombie 

Definition at line 38 of file framelistanalyzer.hxx.