Python Reference Guide
 
Loading...
Searching...
No Matches
FBEventConnectionKeyingNotify Class Reference

#include <pyfbsdk.h>

Inheritance diagram for FBEventConnectionKeyingNotify:

Public Member Functions

 FBEventConnectionKeyingNotify (HKEventBase pEvent)
 Constructor.
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor.
 

Public Attributes

FBConnectionAction Action
 Read Only Property: Connection's action performed.
 
FBPlug Plug
 Read Only Property: The plug involved in the action.
 
FBProperty Property
 Read Only Property: The property involved in the action.
 
FBTime StartTime
 Read Only Property: For kFBKeyingDeleteKey, it represents the start time of the range of keys being deleted. For kFBKeyingKey, it represents the time at which the key was added.
 
FBTime StopTime
 Read Only Property: Only available for kFBKeyingDeleteKey, it represents the stop time of the range of keys being deleted.
 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.
 

Constructor & Destructor Documentation

◆ FBEventConnectionKeyingNotify()

FBEventConnectionKeyingNotify ( HKEventBase pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ Action

Read Only Property: Connection's action performed.

◆ Plug

FBPlug Plug

Read Only Property: The plug involved in the action.

◆ Property

FBProperty Property

Read Only Property: The property involved in the action.

◆ StartTime

FBTime StartTime

Read Only Property: For kFBKeyingDeleteKey, it represents the start time of the range of keys being deleted. For kFBKeyingKey, it represents the time at which the key was added.

◆ StopTime

FBTime StopTime

Read Only Property: Only available for kFBKeyingDeleteKey, it represents the stop time of the range of keys being deleted.