Lines Matching refs:OptionsWindow
282 class OptionsWindow :public Window class
286 OptionsWindow( PanelDemoMainWindow& i_rParent );
287 ~OptionsWindow();
358 OptionsWindow m_aDemoOptions;
365 OptionsWindow::OptionsWindow( PanelDemoMainWindow& i_rParent ) in OptionsWindow() function in svt::toolpanel::OptionsWindow
423 …static_cast< RadioButton* >( pControls[i] )->SetToggleHdl( LINK( this, OptionsWindow, OnRadioToggl… in OptionsWindow()
427 …static_cast< ListBox* >( pControls[i] )->SetSelectHdl( LINK( this, OptionsWindow, OnListEntrySelec… in OptionsWindow()
428 …static_cast< ListBox* >( pControls[i] )->SetDoubleClickHdl( LINK( this, OptionsWindow, OnListEntry… in OptionsWindow()
433 …static_cast< PushButton* >( pControls[i] )->SetClickHdl( LINK( this, OptionsWindow, OnButtonClicke… in OptionsWindow()
438 … static_cast< Edit* >( pControls[i] )->SetModifyHdl( LINK( this, OptionsWindow, OnEditModified ) ); in OptionsWindow()
449 OptionsWindow::~OptionsWindow() in ~OptionsWindow()
454 void OptionsWindow::impl_updateInsertButton() in impl_updateInsertButton()
460 void OptionsWindow::impl_updateRemoveButton() in impl_updateRemoveButton()
466 void OptionsWindow::impl_initPanelList() in impl_initPanelList()
487 void OptionsWindow::StateChanged( StateChangedType i_nStateChange ) in StateChanged()
498 void OptionsWindow::GetFocus() in GetFocus()
516 void OptionsWindow::Resize() in Resize()
604 void OptionsWindow::PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted()
610 void OptionsWindow::PanelRemoved( const size_t i_nPosition ) in PanelRemoved()
617 void OptionsWindow::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::bo… in ActivePanelChanged()
628 void OptionsWindow::LayouterChanged( const PDeckLayouter& i_rNewLayouter ) in LayouterChanged()
635 void OptionsWindow::Dying() in Dying()
641 IMPL_LINK( OptionsWindow, OnListEntrySelected, ListBox*, i_pListBox ) in IMPL_LINK() argument
656 IMPL_LINK( OptionsWindow, OnListEntryDoubleClicked, ListBox*, i_pListBox ) in IMPL_LINK() argument
670 IMPL_LINK( OptionsWindow, OnEditModified, Edit*, i_pEdit ) in IMPL_LINK() argument
681 IMPL_LINK( OptionsWindow, OnButtonClicked, PushButton*, i_pPushButton ) in IMPL_LINK() argument
702 IMPL_LINK( OptionsWindow, OnRadioToggled, RadioButton*, i_pRadioButton ) in IMPL_LINK() argument