SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
gadget_protocol.GadgetFactory Class Reference

Instances of this class are passed to the callback functions that populate frames (Subdialogs) with the plugin specific information. More...

Methods defined here:

def Banner
def Column
def Leaf
def LoadSaveBanner
def LoadSaveColumn
def LoadSaveLeaf
def __init__

Detailed Description

Instances of this class are passed to the callback functions that populate frames (Subdialogs) with the plugin specific information.

The callback functions use the methods in this class to create banners, columns, and leaves (with optional copy, paste, open, save buttons).

Constructor & Destructor Documentation

def gadget_protocol.GadgetFactory.__init__ (   args)
 __init__(args)

Member Function Documentation

def gadget_protocol.GadgetFactory.Banner (   args)
 Banner(args)
def gadget_protocol.GadgetFactory.Column (   args)
 Column(args)
def gadget_protocol.GadgetFactory.Leaf (   args)
 Leaf(args)
def gadget_protocol.GadgetFactory.LoadSaveBanner (   args)
 LoadSaveBanner(args)
def gadget_protocol.GadgetFactory.LoadSaveColumn (   args)
 LoadSaveColumn(args)
def gadget_protocol.GadgetFactory.LoadSaveLeaf (   args)
 LoadSaveLeaf(args)