Lines Matching refs:window

160 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window)  in WindowImpl()  argument
161 : mpWindow (window) in WindowImpl()
226 ::Window* window = VCLXWindow::GetImplementation (ref)->GetWindow (); in redraw()
227 ::Window* parent = window->GetParent(); in redraw()
322 if (::Window *window = vcl->GetWindow()) in SetParent()
323 window->SetParent( parent ); in SetParent()
332 void Window::ParentSet (Window *window) in ParentSet() argument
334 window->SetParent (GetWindow ()); in ParentSet()
682 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument
683 : WindowImpl( context, peer, window ) in ControlImpl()
772 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
775 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() argument
776 : WindowImpl( context, peer, window ) in DialogImpl()
1009 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl() argument
1010 : ControlImpl (context, peer, window) in TabControlImpl()
1236 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl() argument
1237 : WindowImpl( context, peer, window ) in TabPageImpl()
1282 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl() argument
1283 : ControlImpl( context, peer, window ) in FixedLineImpl()
1301 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl() argument
1302 : ControlImpl( context, peer, window ) in FixedTextImpl()
1341 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl() argument
1342 : FixedTextImpl( context, peer, window ) in FixedInfoImpl()
1354 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl() argument
1355 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1373 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl() argument
1375 : ControlImpl( context, peer, window ) in FixedImageImpl()
1460 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl() argument
1461 : ControlImpl( context, peer, window ) in PluginImpl()
1491 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl() argument
1492 : WindowImpl( context, peer, window ) in LocalizedStringImpl()
1574 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl() argument
1575 : WindowImpl (context, peer, window) in InPlugImpl()
1608 void InPlug::ParentSet (Window *window) in ParentSet() argument
1610 window->SetParent (dynamic_cast< ::Window* > (this)); in ParentSet()
1613 SetParent (window->GetParent ()); in ParentSet()