LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
DialogImpl Struct Reference
Collaboration diagram for DialogImpl:
[legend]

Public Member Functions

 DialogImpl ()
 
short get_response (vcl::Window *pWindow) const
 
 ~DialogImpl ()
 

Public Attributes

std::vector< VclPtr< PushButton > > maOwnedButtons
 
std::map< VclPtr< vcl::Window >, short > maResponses
 
tools::Long mnResult
 
bool mbStartedModal
 
VclAbstractDialog::AsyncContext maEndCtx
 
Link< const CommandEvent &, bool > m_aPopupMenuHdl
 
Link< void *, vcl::ILibreOfficeKitNotifier * > m_aInstallLOKNotifierHdl
 
bool m_bLOKTunneling
 

Detailed Description

Definition at line 351 of file dialog.cxx.

Constructor & Destructor Documentation

◆ DialogImpl()

DialogImpl::DialogImpl ( )
inline

Definition at line 362 of file dialog.cxx.

◆ ~DialogImpl()

DialogImpl::~DialogImpl ( )
inline

Definition at line 374 of file dialog.cxx.

References maOwnedButtons.

Member Function Documentation

◆ get_response()

short DialogImpl::get_response ( vcl::Window pWindow) const
inline

Definition at line 365 of file dialog.cxx.

References maResponses, and RET_CANCEL.

Member Data Documentation

◆ m_aInstallLOKNotifierHdl

Link<void*, vcl::ILibreOfficeKitNotifier*> DialogImpl::m_aInstallLOKNotifierHdl

Definition at line 359 of file dialog.cxx.

◆ m_aPopupMenuHdl

Link<const CommandEvent&, bool> DialogImpl::m_aPopupMenuHdl

Definition at line 358 of file dialog.cxx.

◆ m_bLOKTunneling

bool DialogImpl::m_bLOKTunneling

Definition at line 360 of file dialog.cxx.

◆ maEndCtx

VclAbstractDialog::AsyncContext DialogImpl::maEndCtx

Definition at line 357 of file dialog.cxx.

◆ maOwnedButtons

std::vector<VclPtr<PushButton> > DialogImpl::maOwnedButtons

Definition at line 353 of file dialog.cxx.

Referenced by ~DialogImpl().

◆ maResponses

std::map<VclPtr<vcl::Window>, short> DialogImpl::maResponses

Definition at line 354 of file dialog.cxx.

Referenced by get_response().

◆ mbStartedModal

bool DialogImpl::mbStartedModal

Definition at line 356 of file dialog.cxx.

◆ mnResult

tools::Long DialogImpl::mnResult

Definition at line 355 of file dialog.cxx.


The documentation for this struct was generated from the following file: