#include <ap_Dialog_Modal.h>
Public Member Functions | |
AP_Dialog_Modal (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id, const char *helpUrl=NULL) | |
virtual | ~AP_Dialog_Modal () |
virtual void | maybeClosePopupPreviewBubbles () |
void | closePopupPreviewBubbles () |
virtual void | maybeReallowPopupPreviewBubbles () |
FV_View * | getView () const |
Protected Attributes | |
FV_View_BubbleBlocker | m_bubbleBlocker |
AP_Dialog_Modal::AP_Dialog_Modal | ( | XAP_DialogFactory * | pDlgFactory, | |
XAP_Dialog_Id | id, | |||
const char * | helpUrl = NULL | |||
) |
AP_Dialog_Modal::~AP_Dialog_Modal | ( | ) | [virtual] |
void AP_Dialog_Modal::closePopupPreviewBubbles | ( | ) |
References FV_View::getBubbleBlocker(), getView(), and m_bubbleBlocker.
Referenced by maybeClosePopupPreviewBubbles().
FV_View * AP_Dialog_Modal::getView | ( | void | ) | const |
References XAP_Frame::getCurrentView(), XAP_App::getFrame(), XAP_App::getLastFocussedFrame(), and XAP_Dialog::m_pApp.
Referenced by closePopupPreviewBubbles().
void AP_Dialog_Modal::maybeClosePopupPreviewBubbles | ( | ) | [virtual] |
Reimplemented from XAP_Dialog.
References closePopupPreviewBubbles().
void AP_Dialog_Modal::maybeReallowPopupPreviewBubbles | ( | ) | [virtual] |
Reimplemented from XAP_Dialog.
References m_bubbleBlocker, and UT_DEBUGMSG.
Referenced by closePopupPreviewBubbles(), and maybeReallowPopupPreviewBubbles().