Lines Matching refs:MyWindow
66 class MyWindow : public Window class
83 MyWindow( Window *pParent );
177 MyWindow *pWin = new MyWindow( pParent ); in CreateWindow()
193 MyWindow::MyWindow( Window *pParent ) : in MyWindow() function in MyWindow
234 aCountButton.SetClickHdl(LINK(this, MyWindow, CountHdl)); in MyWindow()
235 aTextButton.SetClickHdl(LINK(this, MyWindow, TextHdl)); in MyWindow()
236 aBlaButton.SetClickHdl(LINK(this, MyWindow, BlaHdl)); in MyWindow()
237 aTabButton.SetClickHdl(LINK(this, MyWindow, TabHdl)); in MyWindow()
238 aViewButton.SetClickHdl(LINK(this, MyWindow, ViewHdl)); in MyWindow()
1563 IMPL_LINK(MyWindow, CountHdl, PushButton*, EMPTYARG) in IMPL_LINK() argument
1689 IMPL_LINK(MyWindow, TextHdl, PushButton*, EMPTYARG) in IMPL_LINK() argument
1738 IMPL_LINK(MyWindow, BlaHdl, PushButton*, EMPTYARG) in IMPL_LINK() argument
1835 IMPL_LINK(MyWindow, TabHdl, PushButton*, EMPTYARG) in IMPL_LINK() argument
1928 IMPL_LINK(MyWindow, ViewHdl, PushButton*, EMPTYARG) in IMPL_LINK() argument