FBEventDragAndDrop Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBEventDragAndDrop:

Public Member Functions

__reduce__ ()
 
GetCount ()
 
Clear ()
 
Add ()
 
Accept ()
 
Get ()
 
__init__ ()
 
- Public Member Functions inherited from FBEvent
__reduce__ ()
 
__init__ ()
 

Public Attributes

object State
 
object PosX
 
object PosY
 
object Data
 
object Components
 
- Public Attributes inherited from FBEvent
object Type
 

Member Function Documentation

__init__ ( )

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 
__reduce__ ( )
Accept ( )

Python Docstring:

Accept( (FBEventDragAndDrop)arg1) -> None 
Add ( )

Python Docstring:

Add( (FBEventDragAndDrop)arg1, (FBComponent)arg2 [, (object)arg3]) -> None 
Clear ( )

Python Docstring:

Clear( (FBEventDragAndDrop)arg1) -> None 
Get ( )

Python Docstring:

Get( (FBEventDragAndDrop)arg1, (object)arg2) -> object 
GetCount ( )

Python Docstring:

GetCount( (FBEventDragAndDrop)arg1) -> int 

Member Data Documentation

Components

Read Property: (list) List of components drop. (it acces the same data as FBEventDragAndDrop.Get())

object Data
object PosX
object PosY
object State