LibreOffice Module svtools (master) 1
Public Member Functions | Private Attributes | List of all members
svt::PopupWindowControllerImpl Class Reference
Collaboration diagram for svt::PopupWindowControllerImpl:
[legend]

Public Member Functions

 PopupWindowControllerImpl ()
 
 ~PopupWindowControllerImpl () COVERITY_NOEXCEPT_FALSE
 
void SetPopupWindow (vcl::Window *pPopupWindow, ToolBox *pToolBox)
 
void SetFloatingWindow ()
 
 DECL_LINK (WindowEventListener, VclWindowEvent &, void)
 

Private Attributes

VclPtr< vcl::WindowmpPopupWindow
 
VclPtr< vcl::WindowmpFloatingWindow
 
VclPtr< ToolBoxmpToolBox
 

Detailed Description

Definition at line 37 of file popupwindowcontroller.cxx.

Constructor & Destructor Documentation

◆ PopupWindowControllerImpl()

svt::PopupWindowControllerImpl::PopupWindowControllerImpl ( )

Definition at line 52 of file popupwindowcontroller.cxx.

◆ ~PopupWindowControllerImpl()

svt::PopupWindowControllerImpl::~PopupWindowControllerImpl ( )

Definition at line 56 of file popupwindowcontroller.cxx.

References SetFloatingWindow(), and SetPopupWindow().

Member Function Documentation

◆ DECL_LINK()

svt::PopupWindowControllerImpl::DECL_LINK ( WindowEventListener  ,
VclWindowEvent ,
void   
)

◆ SetFloatingWindow()

void svt::PopupWindowControllerImpl::SetFloatingWindow ( )

◆ SetPopupWindow()

void svt::PopupWindowControllerImpl::SetPopupWindow ( vcl::Window pPopupWindow,
ToolBox pToolBox 
)

Member Data Documentation

◆ mpFloatingWindow

VclPtr<vcl::Window> svt::PopupWindowControllerImpl::mpFloatingWindow
private

Definition at line 48 of file popupwindowcontroller.cxx.

Referenced by SetFloatingWindow().

◆ mpPopupWindow

VclPtr<vcl::Window> svt::PopupWindowControllerImpl::mpPopupWindow
private

Definition at line 48 of file popupwindowcontroller.cxx.

Referenced by SetFloatingWindow(), and SetPopupWindow().

◆ mpToolBox

VclPtr<ToolBox> svt::PopupWindowControllerImpl::mpToolBox
private

Definition at line 49 of file popupwindowcontroller.cxx.

Referenced by SetPopupWindow().


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