No documentation available.
More...
Data descriptors defined here: |
def | X |
| The x coordinate of the click which invoked this command, or -1.
|
def | Y |
| The y coordinate of the click which invoked this command, or -1.
|
Data and other attributes inherited from Boost.Python.instance: |
def | __new__ |
Detailed Description
No documentation available.
Method resolution order
CmdArgs
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def Commands.CmdArgs.__init__ |
( |
|
args | ) |
|
object __init__(tuple args, dict kwds) :
C++ signature :
object __init__(tuple args, dict kwds)
Member Function Documentation
def Commands.CmdArgs.__dict__ |
( |
|
args | ) |
|
def Commands.CmdArgs.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of Boost.Python.class object>
def Commands.CmdArgs.__reduce__ |
( |
|
args | ) |
|
__reduce__ = <unnamed Boost.Python function>(args)
def Commands.CmdArgs.__weakref__ |
( |
|
args | ) |
|
def Commands.CmdArgs.X |
( |
|
args | ) |
|
The x coordinate of the click which invoked this command, or -1.
def Commands.CmdArgs.Y |
( |
|
args | ) |
|
The y coordinate of the click which invoked this command, or -1.