Wrapper class for the plugin's modal dialogs. More...
#include <AcrobatPlugin.h>
Static Public Member Functions | |
| static void | StartModal (AVWindow wnd) |
| Call when a modal dialog starts. | |
| static void | EndModal () |
| Call when a modal dialog is closed. | |
Static Protected Attributes | |
| static int | m_nReferences = 0 |
| Number of modal dialogs on top of each other. | |
| static bool | m_bHadModal = false |
| true if the first plugin modal dialog has started over another modal window (false if started over the Acrobat window) | |
Wrapper class for the plugin's modal dialogs.
Definition at line 163 of file AcrobatPlugin.h.
| void ADMModalWrapper::StartModal | ( | AVWindow | wnd | ) | [static] |
Call when a modal dialog starts.
| wnd | New modal dialog window |
Definition at line 198 of file AcrobatPlugin.cpp.
References m_bHadModal, and m_nReferences.
Referenced by ADMBaseDialog::OnInitDialog().
1.6.1