|
LibreOffice Module svtools (master) 1
|
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::Window > | mpPopupWindow |
| VclPtr< vcl::Window > | mpFloatingWindow |
| VclPtr< ToolBox > | mpToolBox |
Definition at line 37 of file popupwindowcontroller.cxx.
| svt::PopupWindowControllerImpl::PopupWindowControllerImpl | ( | ) |
Definition at line 52 of file popupwindowcontroller.cxx.
| svt::PopupWindowControllerImpl::~PopupWindowControllerImpl | ( | ) |
Definition at line 56 of file popupwindowcontroller.cxx.
References SetFloatingWindow(), and SetPopupWindow().
| svt::PopupWindowControllerImpl::DECL_LINK | ( | WindowEventListener | , |
| VclWindowEvent & | , | ||
| void | |||
| ) |
| void svt::PopupWindowControllerImpl::SetFloatingWindow | ( | ) |
Definition at line 78 of file popupwindowcontroller.cxx.
References VclPtr< class reference_type >::clear(), VclPtr< class reference_type >::disposeAndClear(), LINK, mpFloatingWindow, and mpPopupWindow.
Referenced by ~PopupWindowControllerImpl().
| void svt::PopupWindowControllerImpl::SetPopupWindow | ( | vcl::Window * | pPopupWindow, |
| ToolBox * | pToolBox | ||
| ) |
Definition at line 62 of file popupwindowcontroller.cxx.
References VclPtr< class reference_type >::disposeAndClear(), LINK, mpPopupWindow, and mpToolBox.
Referenced by ~PopupWindowControllerImpl().
|
private |
Definition at line 48 of file popupwindowcontroller.cxx.
Referenced by SetFloatingWindow().
|
private |
Definition at line 48 of file popupwindowcontroller.cxx.
Referenced by SetFloatingWindow(), and SetPopupWindow().
Definition at line 49 of file popupwindowcontroller.cxx.
Referenced by SetPopupWindow().