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()
313 if (::Window *window = vcl->GetWindow()) in SetParent()
314 window->SetParent( parent ); in SetParent()
323 void Window::ParentSet (Window *window) in ParentSet() argument
325 window->SetParent (GetWindow ()); in ParentSet()
676 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument
677 : WindowImpl( context, peer, window ) in ControlImpl()
766 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
769 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() argument
770 : WindowImpl( context, peer, window ) in DialogImpl()
1003 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl() argument
1004 : ControlImpl (context, peer, window) in TabControlImpl()
1230 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl() argument
1231 : WindowImpl( context, peer, window ) in TabPageImpl()
1276 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl() argument
1277 : ControlImpl( context, peer, window ) in FixedLineImpl()
1295 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl() argument
1296 : ControlImpl( context, peer, window ) in FixedTextImpl()
1335 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl() argument
1336 : FixedTextImpl( context, peer, window ) in FixedInfoImpl()
1348 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl() argument
1349 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1367 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl() argument
1369 : ControlImpl( context, peer, window ) in FixedImageImpl()
1454 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl() argument
1455 : ControlImpl( context, peer, window ) in PluginImpl()
1485 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl() argument
1486 : WindowImpl( context, peer, window ) in LocalizedStringImpl()
1568 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl() argument
1569 : WindowImpl (context, peer, window) in InPlugImpl()
1602 void InPlug::ParentSet (Window *window) in ParentSet() argument
1604 window->SetParent (dynamic_cast< ::Window* > (this)); in ParentSet()
1607 SetParent (window->GetParent ()); in ParentSet()