LibreOffice Module dbaccess (master) 1
Public Member Functions | List of all members
dbaui::IRelationControlInterface Class Referenceabstract

#include <RelControliFace.hxx>

Inheritance diagram for dbaui::IRelationControlInterface:
[legend]

Public Member Functions

virtual ~IRelationControlInterface ()
 
virtual void setValid (bool _bValid)=0
 setValid set the valid inside, can be used for OK buttons More...
 
virtual void notifyConnectionChange ()=0
 notifyConnectionChange is callback which is called when the table selection has changed and a new connection exists More...
 

Detailed Description

Definition at line 23 of file RelControliFace.hxx.

Constructor & Destructor Documentation

◆ ~IRelationControlInterface()

virtual dbaui::IRelationControlInterface::~IRelationControlInterface ( )
inlinevirtual

Definition at line 26 of file RelControliFace.hxx.

Member Function Documentation

◆ notifyConnectionChange()

virtual void dbaui::IRelationControlInterface::notifyConnectionChange ( )
pure virtual

notifyConnectionChange is callback which is called when the table selection has changed and a new connection exists

Parameters
_pConnectionDatathe connection which exists between the new tables

Implemented in dbaui::ORelationDialog, and dbaui::DlgQryJoin.

Referenced by dbaui::ORelationControl::setWindowTables().

◆ setValid()

virtual void dbaui::IRelationControlInterface::setValid ( bool  _bValid)
pure virtual

setValid set the valid inside, can be used for OK buttons

Parameters
_bValidtrue when the using control allows an update

Implemented in dbaui::ORelationDialog, and dbaui::DlgQryJoin.

Referenced by dbaui::OTableListBoxControl::NotifyCellChange().


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