LibreOffice Module sd (master) 1
Public Member Functions | Private Attributes | List of all members
sd::slidesorter::controller::InsertionIndicatorHandler::ForceShowContext Class Reference

This context make sure that the insertion indicator is shown (provided that the clipboard is not empty) while the context is alive. More...

#include <SlsInsertionIndicatorHandler.hxx>

Public Member Functions

 ForceShowContext (std::shared_ptr< InsertionIndicatorHandler > pHandler)
 
 ~ForceShowContext () COVERITY_NOEXCEPT_FALSE
 

Private Attributes

const std::shared_ptr< InsertionIndicatorHandlermpHandler
 

Detailed Description

This context make sure that the insertion indicator is shown (provided that the clipboard is not empty) while the context is alive.

Typically used while a context menu is displayed.

Definition at line 60 of file SlsInsertionIndicatorHandler.hxx.

Constructor & Destructor Documentation

◆ ForceShowContext()

sd::slidesorter::controller::InsertionIndicatorHandler::ForceShowContext::ForceShowContext ( std::shared_ptr< InsertionIndicatorHandler pHandler)

Definition at line 230 of file SlsInsertionIndicatorHandler.cxx.

References mpHandler, and mpHandler.

◆ ~ForceShowContext()

sd::slidesorter::controller::InsertionIndicatorHandler::ForceShowContext::~ForceShowContext ( )

Definition at line 237 of file SlsInsertionIndicatorHandler.cxx.

References mpHandler.

Member Data Documentation

◆ mpHandler

const std::shared_ptr<InsertionIndicatorHandler> sd::slidesorter::controller::InsertionIndicatorHandler::ForceShowContext::mpHandler
private

Definition at line 66 of file SlsInsertionIndicatorHandler.hxx.

Referenced by ForceShowContext().


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