LibreOffice Module cui (master) 1
Public Member Functions | Private Attributes | List of all members
SFEntry Class Referencefinal

#include <scriptdlg.hxx>

Public Member Functions

 SFEntry (const css::uno::Reference< css::script::browse::XBrowseNode > &entryNodes, const css::uno::Reference< css::frame::XModel > &entryModel)
 
 SFEntry (const SFEntry &r)
 
const css::uno::Reference< css::script::browse::XBrowseNode > & GetNode () const
 
const css::uno::Reference< css::frame::XModel > & GetModel () const
 
bool isLoaded () const
 
void setLoaded ()
 

Private Attributes

bool loaded
 
css::uno::Reference< css::script::browse::XBrowseNode > nodes
 
css::uno::Reference< css::frame::XModel > model
 

Detailed Description

Definition at line 61 of file scriptdlg.hxx.

Constructor & Destructor Documentation

◆ SFEntry() [1/2]

SFEntry::SFEntry ( const css::uno::Reference< css::script::browse::XBrowseNode > &  entryNodes,
const css::uno::Reference< css::frame::XModel > &  entryModel 
)
inline

Definition at line 68 of file scriptdlg.hxx.

References loaded, and nodes.

◆ SFEntry() [2/2]

SFEntry::SFEntry ( const SFEntry r)
inline

Definition at line 70 of file scriptdlg.hxx.

References loaded, and nodes.

Member Function Documentation

◆ GetModel()

const css::uno::Reference< css::frame::XModel > & SFEntry::GetModel ( ) const
inline

Definition at line 72 of file scriptdlg.hxx.

References model.

Referenced by SvxScriptOrgDialog::getModel(), and IMPL_LINK().

◆ GetNode()

const css::uno::Reference< css::script::browse::XBrowseNode > & SFEntry::GetNode ( ) const
inline

Definition at line 71 of file scriptdlg.hxx.

References nodes.

Referenced by SvxScriptOrgDialog::getBrowseNode(), IMPL_LINK(), and IMPL_LINK_NOARG().

◆ isLoaded()

bool SFEntry::isLoaded ( ) const
inline

Definition at line 73 of file scriptdlg.hxx.

References loaded.

Referenced by SvxScriptOrgDialog::createEntry(), and IMPL_LINK().

◆ setLoaded()

void SFEntry::setLoaded ( )
inline

Definition at line 74 of file scriptdlg.hxx.

References loaded.

Referenced by SvxScriptOrgDialog::createEntry(), and IMPL_LINK().

Member Data Documentation

◆ loaded

bool SFEntry::loaded
private

Definition at line 64 of file scriptdlg.hxx.

Referenced by isLoaded(), setLoaded(), and SFEntry().

◆ model

css::uno::Reference< css::frame::XModel > SFEntry::model
private

Definition at line 66 of file scriptdlg.hxx.

Referenced by GetModel().

◆ nodes

css::uno::Reference< css::script::browse::XBrowseNode > SFEntry::nodes
private

Definition at line 65 of file scriptdlg.hxx.

Referenced by GetNode(), and SFEntry().


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