IUIX_ThreadContext Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ThreadContext Interface}}
 
{{#customTitle:IUIX_ThreadContext Interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IUIX_ThreadContext_GetTouchProcState|GetTouchProcState]]
 
| [[PXV:IUIX_ThreadContext_GetTouchProcState|GetTouchProcState]]
| ...
+
| [[PXV:IUIX_ThreadContext_RegisterMouseCaptureMonitor|RegisterMouseCaptureMonitor]]
 +
| [[PXV:IUIX_ThreadContext_StopInertialScroll|StopInertialScroll]]
 +
| [[PXV:IUIX_ThreadContext_UnregisterMouseCaptureMonitor|UnregisterMouseCaptureMonitor]]
 
|-
 
|-
 
| [[PXV:IUIX_ThreadContext_RegisterEventMonitor|RegisterEventMonitor]]
 
| [[PXV:IUIX_ThreadContext_RegisterEventMonitor|RegisterEventMonitor]]
| ...
+
| [[PXV:IUIX_ThreadContext_RegisterMouseOverMonitor|RegisterMouseOverMonitor]]
 +
| [[PXV:IUIX_ThreadContext_UnregisterEventMonitor|UnregisterEventMonitor]]
 +
| [[PXV:IUIX_ThreadContext_UnregisterMouseOverMonitor|UnregisterMouseOverMonitor]]
 
|-
 
|-
 
| [[PXV:IUIX_ThreadContext_RegisterInputFocusMonitor|RegisterInputFocusMonitor]]
 
| [[PXV:IUIX_ThreadContext_RegisterInputFocusMonitor|RegisterInputFocusMonitor]]
| ...
 
|-
 
| [[PXV:IUIX_ThreadContext_RegisterMouseCaptureMonitor|RegisterMouseCaptureMonitor]]
 
| ...
 
|-
 
| [[PXV:IUIX_ThreadContext_RegisterMouseOverMonitor|RegisterMouseOverMonitor]]
 
| ...
 
|-
 
 
| [[PXV:IUIX_ThreadContext_StartInertialScroll|StartInertialScroll]]
 
| [[PXV:IUIX_ThreadContext_StartInertialScroll|StartInertialScroll]]
| ...
 
|-
 
| [[PXV:IUIX_ThreadContext_StopInertialScroll|StopInertialScroll]]
 
| ...
 
|-
 
| [[PXV:IUIX_ThreadContext_UnregisterEventMonitor|UnregisterEventMonitor]]
 
| ...
 
|-
 
 
| [[PXV:IUIX_ThreadContext_UnregisterInputFocusMonitor|UnregisterInputFocusMonitor]]
 
| [[PXV:IUIX_ThreadContext_UnregisterInputFocusMonitor|UnregisterInputFocusMonitor]]
| ...
+
|  
|-
+
| [[PXV:IUIX_ThreadContext_UnregisterMouseCaptureMonitor|UnregisterMouseCaptureMonitor]]
+
| ...
+
|-
+
| [[PXV:IUIX_ThreadContext_UnregisterMouseOverMonitor|UnregisterMouseOverMonitor]]
+
| ...
+
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IUIX_ThreadContext_CmdManager|CmdManager]]
 
| [[PXV:IUIX_ThreadContext_CmdManager|CmdManager]]
| style="text-align: center" | R
+
| [[PXV:IUIX_ThreadContext_InputFocus|InputFocus]]
| .
+
| [[PXV:IUIX_ThreadContext_MouseCapture|MouseCapture]]
 +
| [[PXV:IUIX_ThreadContext_ThreadID|ThreadID]]
 
|-
 
|-
 
| [[PXV:IUIX_ThreadContext_FullScreen|FullScreen]]
 
| [[PXV:IUIX_ThreadContext_FullScreen|FullScreen]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IUIX_ThreadContext_InputFocus|InputFocus]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IUIX_ThreadContext_Inst|Inst]]
 
| [[PXV:IUIX_ThreadContext_Inst|Inst]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IUIX_ThreadContext_MouseCapture|MouseCapture]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IUIX_ThreadContext_MouseOver|MouseOver]]
 
| [[PXV:IUIX_ThreadContext_MouseOver|MouseOver]]
| style="text-align: center" | R
+
|  
| .
+
|-
+
| [[PXV:IUIX_ThreadContext_ThreadID|ThreadID]]
+
| style="text-align: center" | R
+
| .
+
 
|}
 
|}

Revision as of 22:49, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

GetTouchProcState RegisterMouseCaptureMonitor StopInertialScroll UnregisterMouseCaptureMonitor
RegisterEventMonitor RegisterMouseOverMonitor UnregisterEventMonitor UnregisterMouseOverMonitor
RegisterInputFocusMonitor StartInertialScroll UnregisterInputFocusMonitor

Properties

CmdManager InputFocus MouseCapture ThreadID
FullScreen Inst MouseOver