Kig Python Scripting API Documentation

Kig Python Scripting API Documentation

Introduction

This is the documentation of the Kig Python Scripting API. It is intended as a reference for people using the Kig Python Scripting System. The Documentation is generated from the C++ sources for the classes, and unfortunately, this means that the documentation uses a C++ syntax. However, if you ignore this fact, and simply look at the API as a set of classes with member and static functions, then you should be fine.

API

This API is mostly meant to be used from user-defined calc() functions. In these functions, it is necessary to

  • access the information of the argument Object's
  • construct and return a new Object

Both uses require the Object API to be exported to Python, and this is the major part of this API. Some more classes are also exported, but mostly because they are used from one of the Object's APIs.

Links

Next suggested reading is the documentation of the Object class.

KDE Logo
This file is part of the documentation for tdelibs .
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed May 15 2024 03:39:42 by doxygen 1.9.4 written by Dimitri van Heesch, © 1997-2001