LibreOffice Module configmgr (master) 1
Static Public Member Functions | Public Attributes | Private Member Functions | List of all members
configmgr::XcuParser::State Struct Reference
Collaboration diagram for configmgr::XcuParser::State:
[legend]

Static Public Member Functions

static State Ignore (bool thePop)
 
static State Modify (rtl::Reference< Node > const &theNode)
 
static State Insert (rtl::Reference< Node > const &theNode, OUString const &theName)
 

Public Attributes

rtl::Reference< Nodenode
 
OUString name
 
bool ignore
 
bool insert
 
bool pop
 

Private Member Functions

 State (bool thePop)
 
 State (rtl::Reference< Node > theNode)
 
 State (rtl::Reference< Node > theNode, OUString theName)
 

Detailed Description

Definition at line 109 of file xcuparser.hxx.

Constructor & Destructor Documentation

◆ State() [1/3]

configmgr::XcuParser::State::State ( bool  thePop)
inlineexplicitprivate

Definition at line 126 of file xcuparser.hxx.

Referenced by Ignore(), Insert(), and Modify().

◆ State() [2/3]

configmgr::XcuParser::State::State ( rtl::Reference< Node theNode)
inlineexplicitprivate

Definition at line 128 of file xcuparser.hxx.

◆ State() [3/3]

configmgr::XcuParser::State::State ( rtl::Reference< Node theNode,
OUString  theName 
)
inlineprivate

Definition at line 132 of file xcuparser.hxx.

Member Function Documentation

◆ Ignore()

static State configmgr::XcuParser::State::Ignore ( bool  thePop)
inlinestatic

◆ Insert()

static State configmgr::XcuParser::State::Insert ( rtl::Reference< Node > const &  theNode,
OUString const &  theName 
)
inlinestatic

◆ Modify()

static State configmgr::XcuParser::State::Modify ( rtl::Reference< Node > const &  theNode)
inlinestatic

Member Data Documentation

◆ ignore

bool configmgr::XcuParser::State::ignore

Definition at line 112 of file xcuparser.hxx.

◆ insert

bool configmgr::XcuParser::State::insert

Definition at line 113 of file xcuparser.hxx.

◆ name

OUString configmgr::XcuParser::State::name

Definition at line 111 of file xcuparser.hxx.

◆ node

rtl::Reference< Node > configmgr::XcuParser::State::node

Definition at line 110 of file xcuparser.hxx.

◆ pop

bool configmgr::XcuParser::State::pop

Definition at line 114 of file xcuparser.hxx.


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