Home
last modified time | relevance | path

Searched refs:MyWin (Results 1 – 25 of 30) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/test/
H A Dsvdem.cxx80 class MyWin : public WorkWindow class
103 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in Main()
111 MyWin::MyWin( vcl::Window* pParent, WinBits nWinStyle ) in MyWin() function in MyWin
116 aOKBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin()
121 void MyWin::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
133 void MyWin::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
139 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
145 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp()
151 void MyWin::Paint( const Rectangle& rRect ) in Paint()
157 void MyWin::Resize() in Resize()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/workben/
H A Dsvpclient.cxx96 class MyWin : public WorkWindow class
106 virtual ~MyWin() override { disposeOnce(); } in ~MyWin()
114 DECL_STATIC_LINK( MyWin, QuitHdl, Button*, void );
128 MyWin::MyWin( vcl::Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin
153 bool MyWin::Close() in Close()
161 void MyWin::dispose() in dispose()
170 void MyWin::parseList( const OString& rList ) in parseList()
193 OString MyWin::processCommand( const OString& rCommand ) in processCommand()
242 IMPL_LINK_NOARG( MyWin, ListHdl, Button*, void) in IMPL_LINK_NOARG() argument
247 IMPL_STATIC_LINK_NOARG( MyWin, QuitHdl, Button*, void) in IMPL_STATIC_LINK_NOARG() argument
[all …]
H A Dsvdem.cxx76 class MyWin : public WorkWindow class
79 MyWin( vcl::Window* pParent, WinBits nWinStyle );
86 ScopedVclPtrInstance< MyWin > aMainWin( nullptr, WB_APP | WB_STDWORK ); in Main()
93 MyWin::MyWin( vcl::Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin
H A Dsvptest.cxx86 class MyWin : public WorkWindow class
90 MyWin( vcl::Window* pParent, WinBits nWinStyle );
99 ScopedVclPtrInstance< MyWin > aMainWin( nullptr, WB_APP | WB_STDWORK ); in Main()
106 MyWin::MyWin( vcl::Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin
203 void MyWin::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect) in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/workben/
H A Dsvpclient.cxx94 class MyWin : public WorkWindow class
104 virtual ~MyWin() override { disposeOnce(); } in ~MyWin()
112 DECL_STATIC_LINK( MyWin, QuitHdl, Button*, void );
124 MyWin::MyWin( vcl::Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin
149 bool MyWin::Close() in Close()
157 void MyWin::dispose() in dispose()
166 void MyWin::parseList( const OString& rList ) in parseList()
189 OString MyWin::processCommand( const OString& rCommand ) in processCommand()
238 IMPL_LINK_NOARG( MyWin, ListHdl, Button*, void) in IMPL_LINK_NOARG() argument
243 IMPL_STATIC_LINK_NOARG( MyWin, QuitHdl, Button*, void) in IMPL_STATIC_LINK_NOARG() argument
[all …]
H A Dsvdem.cxx74 class MyWin : public WorkWindow class
77 MyWin( vcl::Window* pParent, WinBits nWinStyle );
82 ScopedVclPtrInstance< MyWin > aMainWin( nullptr, WB_APP | WB_STDWORK ); in Main()
89 MyWin::MyWin( vcl::Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin
H A Dsvptest.cxx85 class MyWin : public WorkWindow class
89 MyWin( vcl::Window* pParent, WinBits nWinStyle );
96 ScopedVclPtrInstance< MyWin > aMainWin( nullptr, WB_APP | WB_STDWORK ); in Main()
103 MyWin::MyWin( vcl::Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin
200 void MyWin::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect) in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Ddndtest.cxx46 class MyWin : public WorkWindow class
49 MyWin( vcl::Window* pParent, WinBits nWinStyle );
134 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in testDnD()
152 MyWin::MyWin( vcl::Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin
169 void MyWin::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
174 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
179 void MyWin::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
184 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
189 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp()
194 void MyWin::Paint( const Rectangle& rRect ) in Paint()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Ddndtest.cxx46 class MyWin : public WorkWindow class
49 MyWin( vcl::Window* pParent, WinBits nWinStyle );
134 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in testDnD()
152 MyWin::MyWin( vcl::Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin
169 void MyWin::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
174 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
179 void MyWin::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
184 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
189 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp()
194 void MyWin::Paint( const Rectangle& rRect ) in Paint()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/doc/
H A Doverview.edoc65 wxWindow MyWin = new wxWindow();
66 MyWin.CenterOnParent(wxVERTICAL);
68 delete MyWin;
72 MyWin = wxWindow:new(),
73 wxWindow:centerOnParent(MyWin, [{dir,?wxVERTICAL}]),
75 wxWindow:destroy(MyWin),
133 MyWin = wxFrame:new(wx:null(), 42, "Example", []),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/doc/
H A Doverview.edoc65 wxWindow MyWin = new wxWindow();
66 MyWin.CenterOnParent(wxVERTICAL);
68 delete MyWin;
72 MyWin = wxWindow:new(),
73 wxWindow:centerOnParent(MyWin, [{dir,?wxVERTICAL}]),
75 wxWindow:destroy(MyWin),
133 MyWin = wxFrame:new(wx:null(), 42, "Example", []),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/doc/
H A Doverview.edoc65 wxWindow MyWin = new wxWindow();
66 MyWin.CenterOnParent(wxVERTICAL);
68 delete MyWin;
72 MyWin = wxWindow:new(),
73 wxWindow:centerOnParent(MyWin, [{dir,?wxVERTICAL}]),
75 wxWindow:destroy(MyWin),
133 MyWin = wxFrame:new(wx:null(), 42, "Example", []),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/doc/
H A Doverview.edoc65 wxWindow MyWin = new wxWindow();
66 MyWin.CenterOnParent(wxVERTICAL);
68 delete MyWin;
72 MyWin = wxWindow:new(),
73 wxWindow:centerOnParent(MyWin, [{dir,?wxVERTICAL}]),
75 wxWindow:destroy(MyWin),
133 MyWin = wxFrame:new(wx:null(), 42, "Example", []),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/doc/
H A Doverview.edoc65 wxWindow MyWin = new wxWindow();
66 MyWin.CenterOnParent(wxVERTICAL);
68 delete MyWin;
72 MyWin = wxWindow:new(),
73 wxWindow:centerOnParent(MyWin, [{dir,?wxVERTICAL}]),
75 wxWindow:destroy(MyWin),
133 MyWin = wxFrame:new(wx:null(), 42, "Example", []),
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/doc/
H A Doverview.edoc65 wxWindow MyWin = new wxWindow();
66 MyWin.CenterOnParent(wxVERTICAL);
68 delete MyWin;
72 MyWin = wxWindow:new(),
73 wxWindow:centerOnParent(MyWin, [{dir,?wxVERTICAL}]),
75 wxWindow:destroy(MyWin),
133 MyWin = wxFrame:new(wx:null(), 42, "Example", []),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/doc/
H A Doverview.edoc65 wxWindow MyWin = new wxWindow();
66 MyWin.CenterOnParent(wxVERTICAL);
68 delete MyWin;
72 MyWin = wxWindow:new(),
73 wxWindow:centerOnParent(MyWin, [{dir,?wxVERTICAL}]),
75 wxWindow:destroy(MyWin),
133 MyWin = wxFrame:new(wx:null(), 42, "Example", []),
/dports/net/py-mpi4py/mpi4py-3.1.3/test/
H A Dtest_subclass.py211 class MyWin(MPI.Win): class
224 self.win = MyWin(w)
232 self.assertTrue(isinstance(self.win, MyWin))
/dports/x11-toolkits/xforms/xforms-1.2.4/doc/
H A Dpart5_useful_functions.texi222 win = fl_winopen("MyWin");
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c110 static struct MyWin{ struct
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dx_wrdwindow.c110 static struct MyWin{ struct
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c110 static struct MyWin{
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c110 static struct MyWin{ struct
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c110 static struct MyWin{ struct
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c110 static struct MyWin{ struct
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c110 static struct MyWin{ struct

12