Drag and drop interface.b>Event: Global Evaluation pipeline critical timing callback event. More...
#include <pyfbsdk_generated.h>
Public Member Functions | |
FBEventDragAndDrop (HKEventBase pEvent) | |
Constructor. | |
Accept () | |
Accept a drag and drop sequence. | |
Add (FBComponent pComponent, int pId=0) | |
Add an item to the drag and drop list. | |
Clear () | |
Clear drag and drop list. | |
FBComponent | Get (int pIndex) |
Get the FBComponent specified by pIndex from the Drag and Drop list. | |
int | GetCount () |
Get the number of items in the DragAndDrop list. | |
![]() | |
FBEvent (HKEvent pEvent) | |
Constructor. | |
Public Attributes | |
FBkReference | Data |
Property: User specified reference. (for example, FBSpread:row) | |
int | PosX |
Property: X position of mouse. | |
int | PosY |
Property: Y position of mouse. | |
FBDragAndDropState | State |
Property: Drag and drop sub-event. | |
![]() | |
int | Type |
Read Only Property: Type of event. | |
Drag and drop interface.b>Event: Global Evaluation pipeline critical timing callback event.
FBEventDragAndDrop | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
Accept | ( | ) |
Accept a drag and drop sequence.
This will cause the region in question to accept a drag and drop action when this event occurs.
Add | ( | FBComponent | pComponent, |
int | pId = 0 |
||
) |
Add an item to the drag and drop list.
pComponent | Item to add to the list. |
pId | User-defined reference for the item (default = 0 ). |
Clear | ( | ) |
Clear drag and drop list.
FBComponent Get | ( | int | pIndex | ) |
Get the FBComponent specified by pIndex from the Drag and Drop list.
pIndex | Index in list where to get FBComponent. |
int GetCount | ( | ) |
Get the number of items in the DragAndDrop list.
FBkReference Data |
Property: User specified reference. (for example, FBSpread:row)
int PosX |
Property: X position of mouse.
int PosY |
Property: Y position of mouse.
FBDragAndDropState State |
Property: Drag and drop sub-event.