Lines Matching refs:window
157 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window) in WindowImpl() argument
158 : mpWindow (window) in WindowImpl()
223 ::Window* window = VCLXWindow::GetImplementation (ref)->GetWindow (); in redraw()
224 ::Window* parent = window->GetParent(); in redraw()
310 if (::Window *window = vcl->GetWindow()) in SetParent()
311 window->SetParent( parent ); in SetParent()
320 void Window::ParentSet (Window *window) in ParentSet() argument
322 window->SetParent (GetWindow ()); in ParentSet()
673 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument
674 : WindowImpl( context, peer, window ) in ControlImpl()
763 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
766 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() argument
767 : WindowImpl( context, peer, window ) in DialogImpl()
1000 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl() argument
1001 : ControlImpl (context, peer, window) in TabControlImpl()
1227 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl() argument
1228 : WindowImpl( context, peer, window ) in TabPageImpl()
1273 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl() argument
1274 : ControlImpl( context, peer, window ) in FixedLineImpl()
1292 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl() argument
1293 : ControlImpl( context, peer, window ) in FixedTextImpl()
1332 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl() argument
1333 : FixedTextImpl( context, peer, window ) in FixedInfoImpl()
1345 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl() argument
1346 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1364 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl() argument
1366 : ControlImpl( context, peer, window ) in FixedImageImpl()
1451 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl() argument
1452 : ControlImpl( context, peer, window ) in PluginImpl()
1482 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl() argument
1483 : WindowImpl( context, peer, window ) in LocalizedStringImpl()
1565 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl() argument
1566 : WindowImpl (context, peer, window) in InPlugImpl()
1599 void InPlug::ParentSet (Window *window) in ParentSet() argument
1601 window->SetParent (dynamic_cast< ::Window* > (this)); in ParentSet()
1604 SetParent (window->GetParent ()); in ParentSet()