Searched refs:DialogImpl (Results 1 – 5 of 5) sorted by relevance
/trunk/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 762 class DialogImpl : public WindowImpl class 766 DialogImpl( Context *context, PeerHandle const &peer, Window *window ); 769 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() function in layout::DialogImpl 777 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog() 786 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
|
/trunk/main/vcl/inc/vcl/ |
H A D | dialog.hxx | 39 struct DialogImpl; 46 DialogImpl* mpDialogImpl;
|
/trunk/main/vcl/source/window/ |
H A D | dialog.cxx | 237 struct DialogImpl struct 243 DialogImpl() : mnResult( -1 ), mbStartedModal( false ) {} in DialogImpl() argument 258 mpDialogImpl = new DialogImpl; in ImplInitDialogData()
|
/trunk/main/toolkit/inc/layout/ |
H A D | layout.hxx | 553 class DialogImpl;
|
/trunk/main/toolkit/doc/layout/ |
H A D | ChangeLog | 1207 * : Revert "Attempt at using DialogImpl to hold button Click 1230 * : Attempt at using DialogImpl to hold button Click handler.
|
Completed in 51 milliseconds