Home
last modified time | relevance | path

Searched refs:DialogImpl (Results 1 – 5 of 5) sorted by relevance

/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx762 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 Ddialog.hxx39 struct DialogImpl;
46 DialogImpl* mpDialogImpl;
/trunk/main/vcl/source/window/
H A Ddialog.cxx237 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 Dlayout.hxx553 class DialogImpl;
/trunk/main/toolkit/doc/layout/
H A DChangeLog1207 * : Revert "Attempt at using DialogImpl to hold button Click
1230 * : Attempt at using DialogImpl to hold button Click handler.

Completed in 37 milliseconds