SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions
componentedit Namespace Reference

Classes

class  ComponentUIHelper
 A mixin class to help simple components adapt to member edit conventions. More...
class  GadgetCopyButton
 No documentation available. More...
class  GadgetLoadButton
 No documentation available. More...
class  GadgetPasteButton
 No documentation available. More...
class  GadgetSaveButton
 No documentation available. More...
class  LeafMaker
 No documentation available. More...
class  MemberEditMethods
 A mixin class that manages a ComponentUIHelper object, and delegates the functions required by the member edit screen to that object. More...
class  ReadOnlyHandler
 No documentation available. More...
class  StandaloneComponentEditController
 No documentation available. More...
class  StandaloneComponentEditView
 No documentation available. More...

Functions

def IsReadOnlyStation
def leaf
def member
def OpenHelp
def place_save_load_icons

Function Documentation

def componentedit.IsReadOnlyStation (   args)
 IsReadOnlyStation(args)
def componentedit.leaf (   args)
 A decorator for leaf-creating methods in component classes
 inheriting from ComponentUIHelper.
 
 Arguments:
 title    - the string to use for the leaf's title
 sort_key - used to specify the ordering of the leaves in the column
 foldname - a uuid that is used to track the user's preferred
              fold state for this gadget
 defaultfoldstate - a boolean that specifies the default fold
              state when the user's prefere is not known
def componentedit.member (   args)
Returns
Instance of type model object
 model.member(member_number)
 -> model object
def componentedit.OpenHelp (   arg1)
Returns
Instance of type None
     C++ signature :
         void OpenHelp(std::string)
def componentedit.place_save_load_icons (   args)
 place_save_load_icons(args)