LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
dbaui::OWizNameMatching Class Reference

#include <WNameMatch.hxx>

Inheritance diagram for dbaui::OWizNameMatching:
[legend]
Collaboration diagram for dbaui::OWizNameMatching:
[legend]

Public Member Functions

virtual void Reset () override
 
virtual void Activate () override
 
virtual bool LeavePage () override
 
virtual OUString GetTitle () const override
 
 OWizNameMatching (weld::Container *pPage, OCopyTableWizard *pWizard)
 
virtual ~OWizNameMatching () override
 
- Public Member Functions inherited from vcl::OWizardPage
 OWizardPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID)
 
virtual ~OWizardPage () override
 
virtual void initializePage () override
 
virtual bool commitPage (WizardTypes::CommitPageReason _eReason) override
 
virtual bool canAdvance () const override
 
- Public Member Functions inherited from BuilderPage
 BuilderPage (weld::Widget *pParent, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, bool bIsMobile=false)
 
virtual ~BuilderPage () COVERITY_NOEXCEPT_FALSE
 
void SetPageTitle (const OUString &rPageTitle)
 
const OUString & GetPageTitle () const
 
virtual void Activate ()
 
virtual void Deactivate ()
 
void SetHelpId (const OUString &rHelpId)
 
OUString GetHelpId () const
 

Private Member Functions

 DECL_LINK (ButtonClickHdl, weld::Button &, void)
 
 DECL_LINK (RightButtonClickHdl, weld::Button &, void)
 
 DECL_LINK (AllNoneClickHdl, weld::Button &, void)
 
 DECL_LINK (TableListClickHdl, weld::TreeView &, void)
 
 DECL_LINK (TableListRightSelectHdl, weld::TreeView &, void)
 

Static Private Member Functions

static void FillListBox (weld::TreeView &rTreeView, const ODatabaseExport::TColumnVector &rList, bool bCheckButtons)
 

Private Attributes

std::unique_ptr< weld::Labelm_xTABLE_LEFT
 
std::unique_ptr< weld::Labelm_xTABLE_RIGHT
 
std::unique_ptr< weld::TreeViewm_xCTRL_LEFT
 
std::unique_ptr< weld::TreeViewm_xCTRL_RIGHT
 
std::unique_ptr< weld::Buttonm_xColumn_up
 
std::unique_ptr< weld::Buttonm_xColumn_down
 
std::unique_ptr< weld::Buttonm_xColumn_up_right
 
std::unique_ptr< weld::Buttonm_xColumn_down_right
 
std::unique_ptr< weld::Buttonm_xAll
 
std::unique_ptr< weld::Buttonm_xNone
 
OUString m_sSourceText
 
OUString m_sDestText
 

Additional Inherited Members

- Protected Member Functions inherited from vcl::OWizardPage
virtual void Activate () override
 
void updateDialogTravelUI ()
 
- Protected Attributes inherited from BuilderPage
weld::DialogControllerm_pDialogController
 
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 

Detailed Description

Definition at line 29 of file WNameMatch.hxx.

Constructor & Destructor Documentation

◆ OWizNameMatching()

OWizNameMatching::OWizNameMatching ( weld::Container pPage,
OCopyTableWizard pWizard 
)

◆ ~OWizNameMatching()

OWizNameMatching::~OWizNameMatching ( )
overridevirtual

Definition at line 70 of file WNameMatch.cxx.

Member Function Documentation

◆ Activate()

void OWizNameMatching::Activate ( )
overridevirtual

◆ DECL_LINK() [1/5]

dbaui::OWizNameMatching::DECL_LINK ( AllNoneClickHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/5]

dbaui::OWizNameMatching::DECL_LINK ( ButtonClickHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/5]

dbaui::OWizNameMatching::DECL_LINK ( RightButtonClickHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [4/5]

dbaui::OWizNameMatching::DECL_LINK ( TableListClickHdl  ,
weld::TreeView ,
void   
)
private

◆ DECL_LINK() [5/5]

dbaui::OWizNameMatching::DECL_LINK ( TableListRightSelectHdl  ,
weld::TreeView ,
void   
)
private

◆ FillListBox()

void OWizNameMatching::FillListBox ( weld::TreeView rTreeView,
const ODatabaseExport::TColumnVector rList,
bool  bCheckButtons 
)
staticprivate

◆ GetTitle()

OUString OWizNameMatching::GetTitle ( ) const
overridevirtual

Definition at line 183 of file WNameMatch.cxx.

References DBA_RES.

◆ LeavePage()

bool OWizNameMatching::LeavePage ( )
overridevirtual

◆ Reset()

void OWizNameMatching::Reset ( void  )
overridevirtual

Definition at line 74 of file WNameMatch.cxx.

Member Data Documentation

◆ m_sDestText

OUString dbaui::OWizNameMatching::m_sDestText
private

Definition at line 42 of file WNameMatch.hxx.

Referenced by Activate(), and OWizNameMatching().

◆ m_sSourceText

OUString dbaui::OWizNameMatching::m_sSourceText
private

Definition at line 41 of file WNameMatch.hxx.

Referenced by Activate(), and OWizNameMatching().

◆ m_xAll

std::unique_ptr<weld::Button> dbaui::OWizNameMatching::m_xAll
private

Definition at line 39 of file WNameMatch.hxx.

Referenced by OWizNameMatching().

◆ m_xColumn_down

std::unique_ptr<weld::Button> dbaui::OWizNameMatching::m_xColumn_down
private

Definition at line 36 of file WNameMatch.hxx.

Referenced by Activate(), and OWizNameMatching().

◆ m_xColumn_down_right

std::unique_ptr<weld::Button> dbaui::OWizNameMatching::m_xColumn_down_right
private

Definition at line 38 of file WNameMatch.hxx.

Referenced by Activate(), and OWizNameMatching().

◆ m_xColumn_up

std::unique_ptr<weld::Button> dbaui::OWizNameMatching::m_xColumn_up
private

Definition at line 35 of file WNameMatch.hxx.

Referenced by Activate(), and OWizNameMatching().

◆ m_xColumn_up_right

std::unique_ptr<weld::Button> dbaui::OWizNameMatching::m_xColumn_up_right
private

Definition at line 37 of file WNameMatch.hxx.

Referenced by Activate(), and OWizNameMatching().

◆ m_xCTRL_LEFT

std::unique_ptr<weld::TreeView> dbaui::OWizNameMatching::m_xCTRL_LEFT
private

Definition at line 33 of file WNameMatch.hxx.

Referenced by Activate(), LeavePage(), and OWizNameMatching().

◆ m_xCTRL_RIGHT

std::unique_ptr<weld::TreeView> dbaui::OWizNameMatching::m_xCTRL_RIGHT
private

Definition at line 34 of file WNameMatch.hxx.

Referenced by Activate(), LeavePage(), and OWizNameMatching().

◆ m_xNone

std::unique_ptr<weld::Button> dbaui::OWizNameMatching::m_xNone
private

Definition at line 40 of file WNameMatch.hxx.

Referenced by OWizNameMatching().

◆ m_xTABLE_LEFT

std::unique_ptr<weld::Label> dbaui::OWizNameMatching::m_xTABLE_LEFT
private

Definition at line 31 of file WNameMatch.hxx.

Referenced by Activate(), and OWizNameMatching().

◆ m_xTABLE_RIGHT

std::unique_ptr<weld::Label> dbaui::OWizNameMatching::m_xTABLE_RIGHT
private

Definition at line 32 of file WNameMatch.hxx.

Referenced by Activate(), and OWizNameMatching().


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