PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::PopupManager Class Reference

#include <popup_manager.h>

Public Member Functions

 PopupManager (PopupManager &f)
 PopupManager (PopupManager &&f)
virtual ~PopupManager ()
void notifyPopupShown ()
void notifyPopupHidden ()
int popupCount () const
bool isPopupCountZero () const
void setPopupCountChangedCallback (std::function< void(bool)> callback)

Private Member Functions

 PopupManager ()

Private Attributes

void * d_ { nullptr }

Friends

struct DefaultSingletonTraits< PopupManager >

Detailed Description

Definition at line 16 of file popup_manager.h.

Constructor & Destructor Documentation

◆ PopupManager() [1/3]

arcs::aubo_scope::PopupManager::PopupManager ( PopupManager & f)

References PopupManager().

Referenced by DefaultSingletonTraits< PopupManager >, PopupManager(), and PopupManager().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PopupManager() [2/3]

arcs::aubo_scope::PopupManager::PopupManager ( PopupManager && f)

References PopupManager().

Here is the call graph for this function:

◆ ~PopupManager()

virtual arcs::aubo_scope::PopupManager::~PopupManager ( )
virtual

◆ PopupManager() [3/3]

arcs::aubo_scope::PopupManager::PopupManager ( )
private

Member Function Documentation

◆ isPopupCountZero()

bool arcs::aubo_scope::PopupManager::isPopupCountZero ( ) const

◆ notifyPopupHidden()

void arcs::aubo_scope::PopupManager::notifyPopupHidden ( )

◆ notifyPopupShown()

void arcs::aubo_scope::PopupManager::notifyPopupShown ( )

◆ popupCount()

int arcs::aubo_scope::PopupManager::popupCount ( ) const

◆ setPopupCountChangedCallback()

void arcs::aubo_scope::PopupManager::setPopupCountChangedCallback ( std::function< void(bool)> callback)

Referenced by DefaultSingletonTraits< PopupManager >.

Here is the caller graph for this function:

◆ DefaultSingletonTraits< PopupManager >

friend struct DefaultSingletonTraits< PopupManager >
friend

Definition at line 36 of file popup_manager.h.

References PopupManager(), and setPopupCountChangedCallback().

Member Data Documentation

◆ d_

void* arcs::aubo_scope::PopupManager::d_ { nullptr }
private

Definition at line 41 of file popup_manager.h.


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