Importing Modules

 
 
 

Showcase uses SWIG (Simplified Wrapper Interface Generator) to wrap C++ classes into Python modules. The Showcase API is contained in these modules and in a number of C++ classes. The modules and classes available in the API are described in the Showcase API Reference.

You must import the functionality that you want to use from a module into your script. For example:

  from GenericPopupMenu import GenericPopupMenuItem