MAXON API - Interfaces¶
See also
Interfaces Manual.
Interfaces¶
Hardware and Software Information¶
|
This class is the entry point to access machine interfaces.
|
This class declares functions to access and manage machines.
|
|
Application wide functions.
|
|
|
Application wide system functions.
|
I/O¶
|
FileFormatHandlerInterface implements a handler for a specific FileFormat.
|
|
maxon.FileFormatInterface allows to implement and register file formats with its detection algorithm. |
|
The IoHandler class offers some I/O functionality for filenames.
|
|
The connection interface a given
maxon.Url . |
|
The
IoBrowseIterator interface for a given maxon.Url . |
|
Interface is the base interface for all stream interfaces.
|
|
Creates an
maxon.InOutputStreamInterface class to read/write bytes from/into streams. |
|
Interface for input streams. It allows to read data from streams.
|
|
Creates an |
|
Interface class for |
Network¶
Static interface to access network functionality. |
|
|
This class represents an Internet Protocol (IP) address.
|
|
Provides an Internet Protocol (IP) address + port.
|
Logger¶
|
Each object of
maxon.LoggerLine represents an entry in the logger with several meta information. |
|
The logger interface allows to create new custom loggers for specific tasks and to access existing loggers.
|
Misc¶
|
A timer class to retrieve the current time. |
|
Initializes the appropriate C++ Data object and store it within the _data member. |
Commented for the moment until ITEM#454959 GradientInterface::AllocAlphaGradient does not return a true pointer is fixed @MAXON_METHOD(‘net.maxon.interface.gradient.AllocAlphaGradient’, returnOwnership=ReturnTypeOwnership.CALLEE) def AllocAlphaGradient(self): “”” Allocates an alpha gradient. |
|
|
Reference class for |
|
Reference class for |
Core¶
Class to store and find any |
|
|
Class to store and find any data type under any type of key. |
|
|
|
Class to store unicode strings. String stores 16bit unicode characters.
|
|
Class that handles resources. |
Core Helper¶
|
A
maxon.ClassInterface object represents an object class at runtime. |
|
Object is the root of the interface hierarchy of the MAXON API.
|
|
AutoIterator implements a foreach iterator for a BaseArray |
|
|