client.Preferences.GeneralPreferences:
These are essentially the miscellaneous options that weren't
grouped well enough to warrant their own section.
client.Preferences.ToolBarPreferences:
This class is another section of settings that will dictate what
actions are available to the user from the tool bar.
client.Preferences.GeneralPreferences:
These are essentially the miscellaneous options that weren't
grouped well enough to warrant their own section.
client.Preferences.ToolBarPreferences:
This class is another section of settings that will dictate what
actions are available to the user from the tool bar.
client.Dock.Transforms.AbstractTransform:
This class is essentially a virtual class, in that it really should
never be instantiated, but rather further derived into more useful
classes.
client.Viewers.BasinViewer:
This class holds a graphical representation (in a tree format) of
all the BASIN objects currently accounted for by the GUI.
client.Viewers.VariableViewer:
This class graphically keeps track of all free floating variables
within the python session.
client.Dock.Transforms.AbstractTransform:
This class is essentially a virtual class, in that it really should
never be instantiated, but rather further derived into more useful
classes.
client.Viewers.BasinViewer:
This class holds a graphical representation (in a tree format) of
all the BASIN objects currently accounted for by the GUI.
client.Viewers.VariableViewer:
This class graphically keeps track of all free floating variables
within the python session.