Variable | ||
---|---|---|
m_cAlertParams () | ||
m_pDoc () |
Method | ||
---|---|---|
* ~CAVAlert()
|
||
* CAVAlert(AVDoc pDoc)
|
||
AVAlertResult Display(ASInt32 iconType, AVAlertType alertType, ASConstText pMsg, ASBool beep, AVDoc pDoc)
|
||
void DisplayNote(ASConstText pMsg, ASBool beep)
|
||
void DisplayNote(const char* pMsg, ASBool beep)
|
||
ASBool DisplayOkCancel(ASConstText pMsg, ASBool beep)
|
||
AVAlertResult DisplayYesNo(ASInt32 IconType, ASConstText pMsg, bool bCancel, ASBool beep)
|
||
AVAlertResult IDisplay(ASInt32 iconType, AVAlertType alertType, ASConstText pMsg, ASBool beep)
|
||
AVAlertResult IDisplay(ASInt32 iconType, AVAlertType alertType, ASConstText pMsg, ASConstText aButton1, ASConstText aButton2, ASConstText aButton3, ASBool beep)
|
||
ASInt32 IDisplayOld(ASInt32 iconType, AVAlertType alertType, ASConstText pMsg, ASConstText aButton1, ASConstText aButton2, ASConstText aButton3, ASBool beep)
|
||
void SetDoc(AVDoc pDoc)
|
||
void ShowCheckBox(ASBool bCheckbox, ASBool bValue, ASConstText aTitle)
|
m_cAlertParams |
Product availability: Acrobat |
Platform availability: |
AVAlertParamsRec m_cAlertParams;
File: CAVAlert.h |
Line: 169 |
m_pDoc |
Product availability: Acrobat |
Platform availability: |
AVDoc m_pDoc;
File: CAVAlert.h |
Line: 167 |
~CAVAlert | () |
Product availability: Acrobat |
Platform availability: |
~CAVAlert()
Returns
File: CAVAlert.h |
Line: 51 |
CAVAlert | () |
Product availability: Acrobat |
Platform availability: |
CAVAlert(AVDoc pDoc)
Parameters
pDoc |
File: CAVAlert.h |
Line: 45 |
Display | () |
Product availability: Acrobat |
Platform availability: |
AVAlertResult Display(ASInt32 iconType, AVAlertType alertType, ASConstText pMsg, ASBool beep, AVDoc pDoc)
Parameters
iconType |
|
alertType |
|
pMsg |
|
beep |
|
pDoc |
File: CAVAlert.h |
Line: 55 |
DisplayNote | () |
Product availability: Acrobat |
Platform availability: |
void DisplayNote(ASConstText pMsg, ASBool beep)
Parameters
pMsg |
|
beep |
File: CAVAlert.h |
Line: 66 |
DisplayNote | () |
Product availability: Acrobat |
Platform availability: |
void DisplayNote(const char* pMsg, ASBool beep)
Parameters
pMsg |
|
beep |
File: CAVAlert.h |
Line: 154 |
DisplayOkCancel | () |
Product availability: Acrobat |
Platform availability: |
ASBool DisplayOkCancel(ASConstText pMsg, ASBool beep)
Parameters
pMsg |
|
beep |
File: CAVAlert.h |
Line: 72 |
DisplayYesNo | () |
Product availability: Acrobat |
Platform availability: |
AVAlertResult DisplayYesNo(ASInt32 IconType, ASConstText pMsg, bool bCancel, ASBool beep)
Parameters
IconType |
|
pMsg |
|
bCancel |
|
beep |
File: CAVAlert.h |
Line: 79 |
IDisplay | () |
Product availability: Acrobat |
Platform availability: |
AVAlertResult IDisplay(ASInt32 iconType, AVAlertType alertType, ASConstText pMsg, ASBool beep)
Parameters
iconType |
|
alertType |
|
pMsg |
|
beep |
File: CAVAlert.h |
Line: 61 |
IDisplay | () |
Product availability: Acrobat |
Platform availability: |
AVAlertResult IDisplay(ASInt32 iconType, AVAlertType alertType, ASConstText pMsg, ASConstText aButton1, ASConstText aButton2, ASConstText aButton3, ASBool beep)
Parameters
iconType |
|
alertType |
|
pMsg |
|
aButton1 |
|
aButton2 |
|
aButton3 |
|
beep |
File: CAVAlert.h |
Line: 87 |
IDisplayOld | () |
Product availability: Acrobat |
Platform availability: |
ASInt32 IDisplayOld(ASInt32 iconType, AVAlertType alertType, ASConstText pMsg, ASConstText aButton1, ASConstText aButton2, ASConstText aButton3, ASBool beep)
Parameters
iconType |
|
alertType |
|
pMsg |
|
aButton1 |
|
aButton2 |
|
aButton3 |
|
beep |
File: CAVAlert.h |
Line: 112 |
SetDoc | () |
Product availability: Acrobat |
Platform availability: |
void SetDoc(AVDoc pDoc)
Parameters
pDoc |
File: CAVAlert.h |
Line: 148 |
ShowCheckBox | () |
Product availability: Acrobat |
Platform availability: |
void ShowCheckBox(ASBool bCheckbox, ASBool bValue, ASConstText aTitle)
Parameters
bCheckbox |
|
bValue |
|
aTitle |
File: CAVAlert.h |
Line: 138 |