Searched refs:_rControlModificationLink (Results 1 – 2 of 2) sorted by relevance
149 …MySQLNativeSettings::MySQLNativeSettings( Window& _rParent, const Link& _rControlModificationLink ) in MySQLNativeSettings() argument166 m_aDatabaseName.SetModifyHdl( _rControlModificationLink ); in MySQLNativeSettings()167 m_aHostName.SetModifyHdl( _rControlModificationLink ); in MySQLNativeSettings()168 m_aPort.SetModifyHdl( _rControlModificationLink ); in MySQLNativeSettings()169 m_aSocket.SetModifyHdl( _rControlModificationLink ); in MySQLNativeSettings()170 m_aNamedPipe.SetModifyHdl( _rControlModificationLink ); in MySQLNativeSettings()171 m_aSocketRadio.SetToggleHdl( _rControlModificationLink ); in MySQLNativeSettings()172 m_aNamedPipeRadio.SetToggleHdl( _rControlModificationLink ); in MySQLNativeSettings()
63 MySQLNativeSettings( Window& _rParent, const Link& _rControlModificationLink );
Completed in 16 milliseconds