Lines Matching refs:MyWin
187 class MyWin : public WorkWindow class
213 MyWin( Window* pParent, WinBits aWinStyle );
214 ~MyWin();
247 MyWin aMainWin( NULL, WinBits( WB_APP | WB_STDWORK | WB_CLIPCHILDREN ) ); in Main()
687 MyWin::MyWin( Window* pParent, WinBits aWinStyle ) : in MyWin() function in MyWin
742 aHeadBar.SetSelectHdl( LINK( this, MyWin, SelectHdl ) ); in MyWin()
767 aColorList.SetSelectHdl( LINK( this, MyWin, SelectHdl ) ); in MyWin()
812 aValueSet.SetSelectHdl( LINK( this, MyWin, SelectHdl ) ); in MyWin()
819 aCalendarField.SetSelectHdl( LINK( this, MyWin, CalSelectHdl ) ); in MyWin()
882 aFontBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin()
887 aCalendarBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin()
892 aPrnSetupBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin()
897 aPrnDlgBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin()
904 MyWin::~MyWin() in ~MyWin()
920 IMPL_LINK( MyWin, Test, PushButton*, pBtn ) in IMPL_LINK() argument
957 IMPL_LINK( MyWin, SelectHdl, Window*, pCtrl ) in IMPL_LINK() argument
1001 IMPL_LINK( MyWin, CalSelectHdl, CalendarField*, pCtrl ) in IMPL_LINK() argument
1014 void MyWin::ContextMenu( const Point& rPos ) in ContextMenu()
1051 void MyWin::Command( const CommandEvent& rCEvt ) in Command()
1059 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
1067 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
1090 void MyWin::Paint( const Rectangle& rRect ) in Paint()
1097 void MyWin::Resize() in Resize()