PXV_ActionTriggerSubclass Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_ActionTriggerSubclass Enumeration}}
 
{{#customTitle:PXV_ActionTriggerSubclass Enumeration}}
 +
{{#parentPage:PXV:PXV|PXV_ActionTriggerSubclass Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXV_ActionTriggerSubclass
 
<pre class="brush:cpp;gutter:false">enum PXV_ActionTriggerSubclass
 
{
 
{
     PAESC_Keystroke = 0;
+
     PAESC_Keystroke = 0;
     PAESC_Validate = 1;
+
     PAESC_Validate   = 1;
     PAESC_Focus = 2;
+
     PAESC_Focus     = 2;
     PAESC_Blur = 3;
+
     PAESC_Blur       = 3;
     PAESC_Format = 4;
+
     PAESC_Format     = 4;
     PAESC_Calculate = 5;
+
     PAESC_Calculate = 5;
     PAESC_MouseUp = 6;
+
     PAESC_MouseUp   = 6;
     PAESC_MouseDown = 7;
+
     PAESC_MouseDown = 7;
 
     PAESC_MouseEnter = 8;
 
     PAESC_MouseEnter = 8;
     PAESC_MouseExit = 9;
+
     PAESC_MouseExit = 9;
     PAESC_WillPrint = 10;
+
     PAESC_WillPrint = 10;
     PAESC_DidPrint = 11;
+
     PAESC_DidPrint   = 11;
     PAESC_WillSave = 12;
+
     PAESC_WillSave   = 12;
     PAESC_DidSave = 13;
+
     PAESC_DidSave   = 13;
     PAESC_Init = 14;
+
     PAESC_Init       = 14;
     PAESC_Exec = 15;
+
     PAESC_Exec       = 15;
     PAESC_Open = 16;
+
     PAESC_Open       = 16;
     PAESC_WillClose = 17;
+
     PAESC_WillClose = 17;
     PAESC_Close = 18;
+
     PAESC_Close     = 18;
     PAESC_InView = 19;
+
     PAESC_InView     = 19;
     PAESC_OutView = 20;
+
     PAESC_OutView   = 20;
     PAESC_Last = 21;
+
     PAESC_Last       = 21;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:02, 23 April 2015


Specifies the ...

Syntax

enum PXV_ActionTriggerSubclass
{
    PAESC_Keystroke  = 0;
    PAESC_Validate   = 1;
    PAESC_Focus      = 2;
    PAESC_Blur       = 3;
    PAESC_Format     = 4;
    PAESC_Calculate  = 5;
    PAESC_MouseUp    = 6;
    PAESC_MouseDown  = 7;
    PAESC_MouseEnter = 8;
    PAESC_MouseExit  = 9;
    PAESC_WillPrint  = 10;
    PAESC_DidPrint   = 11;
    PAESC_WillSave   = 12;
    PAESC_DidSave    = 13;
    PAESC_Init       = 14;
    PAESC_Exec       = 15;
    PAESC_Open       = 16;
    PAESC_WillClose  = 17;
    PAESC_Close      = 18;
    PAESC_InView     = 19;
    PAESC_OutView    = 20;
    PAESC_Last       = 21;
};

Constants

PAESC_Keystroke
The ...
PAESC_Validate
The ...
PAESC_Focus
The ...
PAESC_Blur
The ...
PAESC_Format
The ...
PAESC_Calculate
The ...
PAESC_MouseUp
The ...
PAESC_MouseDown
The ...
PAESC_MouseEnter
The ...
PAESC_MouseExit
The ...
PAESC_WillPrint
The ...
PAESC_DidPrint
The ...
PAESC_WillSave
The ...
PAESC_DidSave
The ...
PAESC_Init
The ...
PAESC_Exec
The ...
PAESC_Open
The ...
PAESC_WillClose
The ...
PAESC_Close
The ...
PAESC_InView
The ...
PAESC_OutView
The ...
PAESC_Last
The ...

See Also

See also ...