LibreOffice Module svx (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
svxform::AddConditionDialog Class Referencefinal

#include <datanavi.hxx>

Inheritance diagram for svxform::AddConditionDialog:
[legend]
Collaboration diagram for svxform::AddConditionDialog:
[legend]

Public Member Functions

 AddConditionDialog (weld::Window *pParent, OUString _aPropertyName, const css::uno::Reference< css::beans::XPropertySet > &_rBinding)
 
virtual ~AddConditionDialog () override
 
const css::uno::Reference< css::xforms::XFormsUIHelper1 > & GetUIHelper () const
 
OUString GetCondition () const
 
void SetCondition (const OUString &_rCondition)
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Private Member Functions

 DECL_LINK (ModifyHdl, weld::TextView &, void)
 
 DECL_LINK (ResultHdl, Timer *, void)
 
 DECL_LINK (EditHdl, weld::Button &, void)
 
 DECL_LINK (OKHdl, weld::Button &, void)
 

Private Attributes

Idle m_aResultIdle
 
OUString m_sPropertyName
 
css::uno::Reference< css::xforms::XFormsUIHelper1 > m_xUIHelper
 
css::uno::Reference< css::beans::XPropertySet > m_xBinding
 
std::unique_ptr< weld::TextViewm_xConditionED
 
std::unique_ptr< weld::TextViewm_xResultWin
 
std::unique_ptr< weld::Buttonm_xEditNamespacesBtn
 
std::unique_ptr< weld::Buttonm_xOKBtn
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 405 of file datanavi.hxx.

Constructor & Destructor Documentation

◆ AddConditionDialog()

svxform::AddConditionDialog::AddConditionDialog ( weld::Window pParent,
OUString  _aPropertyName,
const css::uno::Reference< css::beans::XPropertySet > &  _rBinding 
)

◆ ~AddConditionDialog()

svxform::AddConditionDialog::~AddConditionDialog ( )
overridevirtual

Definition at line 2605 of file datanavi.cxx.

Member Function Documentation

◆ DECL_LINK() [1/4]

svxform::AddConditionDialog::DECL_LINK ( EditHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/4]

svxform::AddConditionDialog::DECL_LINK ( ModifyHdl  ,
weld::TextView ,
void   
)
private

◆ DECL_LINK() [3/4]

svxform::AddConditionDialog::DECL_LINK ( OKHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [4/4]

svxform::AddConditionDialog::DECL_LINK ( ResultHdl  ,
Timer ,
void   
)
private

◆ GetCondition()

OUString svxform::AddConditionDialog::GetCondition ( ) const
inline

Definition at line 432 of file datanavi.hxx.

Referenced by svxform::IMPL_LINK(), and svxform::IMPL_LINK_NOARG().

◆ GetUIHelper()

const css::uno::Reference< css::xforms::XFormsUIHelper1 > & svxform::AddConditionDialog::GetUIHelper ( ) const
inline

Definition at line 431 of file datanavi.hxx.

◆ SetCondition()

void svxform::AddConditionDialog::SetCondition ( const OUString &  _rCondition)
inline

Definition at line 433 of file datanavi.hxx.

References Idle::Start().

Referenced by svxform::IMPL_LINK(), and svxform::IMPL_LINK_NOARG().

Member Data Documentation

◆ m_aResultIdle

Idle svxform::AddConditionDialog::m_aResultIdle
private

Definition at line 408 of file datanavi.hxx.

Referenced by AddConditionDialog().

◆ m_sPropertyName

OUString svxform::AddConditionDialog::m_sPropertyName
private

Definition at line 409 of file datanavi.hxx.

Referenced by AddConditionDialog().

◆ m_xBinding

css::uno::Reference< css::beans::XPropertySet > svxform::AddConditionDialog::m_xBinding
private

Definition at line 414 of file datanavi.hxx.

Referenced by AddConditionDialog().

◆ m_xConditionED

std::unique_ptr<weld::TextView> svxform::AddConditionDialog::m_xConditionED
private

Definition at line 416 of file datanavi.hxx.

Referenced by AddConditionDialog().

◆ m_xEditNamespacesBtn

std::unique_ptr<weld::Button> svxform::AddConditionDialog::m_xEditNamespacesBtn
private

Definition at line 418 of file datanavi.hxx.

Referenced by AddConditionDialog().

◆ m_xOKBtn

std::unique_ptr<weld::Button> svxform::AddConditionDialog::m_xOKBtn
private

Definition at line 419 of file datanavi.hxx.

Referenced by AddConditionDialog().

◆ m_xResultWin

std::unique_ptr<weld::TextView> svxform::AddConditionDialog::m_xResultWin
private

Definition at line 417 of file datanavi.hxx.

Referenced by AddConditionDialog().

◆ m_xUIHelper

css::uno::Reference< css::xforms::XFormsUIHelper1 > svxform::AddConditionDialog::m_xUIHelper
private

Definition at line 412 of file datanavi.hxx.

Referenced by AddConditionDialog().


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