ADMModalWrapper Class Reference

Wrapper class for the plugin's modal dialogs. More...

#include <AcrobatPlugin.h>

List of all members.

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)

Detailed Description

Wrapper class for the plugin's modal dialogs.

Definition at line 163 of file AcrobatPlugin.h.


Member Function Documentation

void ADMModalWrapper::StartModal ( AVWindow  wnd  )  [static]

Call when a modal dialog starts.

Parameters:
wnd New modal dialog window

Definition at line 198 of file AcrobatPlugin.cpp.

References m_bHadModal, and m_nReferences.

Referenced by ADMBaseDialog::OnInitDialog().


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

Generated on Thu Dec 17 17:37:09 2009 for CCInfo PDF Plugin by doxygen 1.6.1