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 |
| 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 | ) |
model.member(member_number) -> model object
| def componentedit.OpenHelp | ( | arg1 | ) |
C++ signature :
void OpenHelp(std::string) | def componentedit.place_save_load_icons | ( | args | ) |
place_save_load_icons(args)
1.8.1.2