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

No documentation available. More...

Inheritance diagram for Layout3DEditor.Layout3DEditor:
dialog.widget.Widget dialog.field.Field dialog.item.Item dialog.builder.Builder

Methods defined here:

def GetSelectedView
def Update
def __get__
def __init__
def __set__
def __show__
def clear_all_pts
def is_closed
def offsetGrips
def select_points_from_model

Methods inherited from dialog.widget.Widget:

def Destroy
def DoState
def GetWidget
def Grid
def Pack
def PackForget
def PackInfo
def PackSlaves
def SetEnabled
def SetWidget
def WatchState
def WidgetExists
def __get_widget__
def __set_widget__
def list_widgets

Data descriptors inherited from dialog.widget.Widget:

def __dict__
 dictionary for instance variables (if defined)
def __weakref__
 list of weak references to the object (if defined)
def default_color
def widget
 The main Tkinter widget for this item.

Data and other attributes inherited from dialog.widget.Widget:

 Enabled = True
 Extras = None
tuple RuleRegistry = ((<function <lambda>>, <function <lambda>>),)

Methods inherited from dialog.field.Field:

def func
def Changed
def Color
def DisableOtherIf
def EnableOtherIf
def func
def OnChange
def PopupValidate
def Set
def UpdateDisplay
def Validate
def ValidateRange
def __get_name__
def __getvalid__
def __getwidget_valid__
def __model_set__
def __setwidget_valid__
def __show_affected__
def call
def __widget_state__
def nudge
def read

Data descriptors inherited from dialog.field.Field:

def affected
def kind
def mixed
def name
 return the name inside the display model that this Field represents.
def read_only
def screen_only
def show_affects
def valid
def widget_state
 The current Tkinter state for the widget.
def widget_valid

Methods inherited from dialog.item.Item:

def AddContext
def AddRule
def AddStateFunction
def DisableIf
def EnableIf
def EvaluateValid
def Find
def HasContext
def IsEnabled
def RemoveStateFunction
def SetValid
def __delitem__
def __get_children__
def __get_dialog__
def __get_root__
def __getnopack__
def __getparent__
def __getrules__
def __pending__
def __setnopack__
def child_added
def child_removed
def find_type

Data descriptors inherited from dialog.item.Item:

def children
def dialog
def item_valid
def no_pack
def parent
def root
 This actually searches up the tree for a model root because this can change as the dialog is being built.
def rules
 Returns a list of all of the current rule skeletons.

Data and other attributes inherited from dialog.item.Item:

 Context = None
 CurrentlyEnabled = True
 Rules = None
 WatchChild = None
 __Load__ = None
 __Store__ = None

Methods inherited from dialog.builder.Builder:

def __initialize_lbl_width__
def __recalculate_lbl_width__
def button
def check
def checkbutton
def column
def column_group_begin
def column_group_end
def dim
def entry
def file
def file_save
def frame
def get_label_width
def group
def group_end
def group_title
def group_end
def image
def label
def lframe
def line
def listbox
def menu
def mtrl_browse
def radio
def scrollbar
def set_label_width
def tab
def table
def table_column
def table_end
def tabset_begin
def tabset_end
def text

Data descriptors inherited from dialog.builder.Builder:

def label_width

Data and other attributes inherited from dialog.builder.Builder:

list CurrentContainer = []
 InitializedLabelWidth = False
int Label_width = 0
 SB_Clear = False

Additional Inherited Members

- Public Member Functions inherited from dialog.widget.Widget
- Public Member Functions inherited from dialog.field.Field
def foo
def foo
def foo
- Public Member Functions inherited from dialog.item.Item
- Public Member Functions inherited from dialog.builder.Builder
- Static Public Attributes inherited from dialog.widget.Widget
 Enabled = True
 Extras = None
tuple RuleRegistry = ((<function <lambda>>, <function <lambda>>),)
- Static Public Attributes inherited from dialog.field.Field
tuple RuleRegistry = ((<function <lambda>>, <function <lambda>>), (<function <lambda>>, <function <lambda>>))
 Context = None
 CurrentlyEnabled = True
 Rules = None
 WatchChild = None
list CurrentContainer = []
 InitializedLabelWidth = False
int Label_width = 0
 SB_Clear = False
- Static Public Attributes inherited from dialog.item.Item
 Context = None
 CurrentlyEnabled = True
tuple RuleRegistry = ()
 Rules = None
 WatchChild = None
- Static Public Attributes inherited from dialog.builder.Builder
list CurrentContainer = []
 InitializedLabelWidth = False
int Label_width = 0
 SB_Clear = False

Detailed Description

No documentation available.

Method resolution order

Layout3DEditor
dialog.widget.Widget
dialog.field.Field
dialog.item.Item
dialog.builder.Builder
builtin.object

Constructor & Destructor Documentation

def Layout3DEditor.Layout3DEditor.__init__ (   args)
 __init__(args)

Reimplemented from dialog.field.Field.

Member Function Documentation

def Layout3DEditor.Layout3DEditor.__delitem__ (   args)
 This function actually destroys the child and all of its children.
 All tk widgets will be destroyed.  All items are removed from the tree
 and destroyed as soon as possible.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__dict__ (   args)

dictionary for instance variables (if defined)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__get__ (   args)
 __get__(args)
def Layout3DEditor.Layout3DEditor.__get_children__ (   args)
 __get_children__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__get_dialog__ (   args)
 __get_dialog__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__get_name__ (   args)
 __get_name__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__get_root__ (   args)
 This actually searches up the tree for a model root because
 this can change as the dialog is being built.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__get_widget__ (   args)
 __get_widget__(args)

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.__getnopack__ (   args)
 __getnopack__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__getparent__ (   args)
 __getparent__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__getrules__ (   args)
 __getrules__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__getvalid__ (   args)
 __getvalid__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__getwidget_valid__ (   args)
 __getwidget_valid__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__initialize_lbl_width__ (   args)
 __initialize_lbl_width__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__model_set__ (   args)
 Override this if you're interested in sets while your value may be mixed.
 This is usually unecessary.  But it's needed for widgets like ContentListbox.
 
 This may not be called consistently, if you get a call to __set__
 consider that a __model_set__ on all model numbers.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__pending__ (   args)
 __pending__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__recalculate_lbl_width__ (   args)
 __recalculate_lbl_width__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__set__ (   args)
 __set__(args)
def Layout3DEditor.Layout3DEditor.__set_widget__ (   args)
 __set_widget__(args)

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.__setnopack__ (   args)
 __setnopack__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__setwidget_valid__ (   args)
 __setwidget_valid__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__show__ (   args)
 __show__(args)
def Layout3DEditor.Layout3DEditor.__show_affected__ (   args)
 __show_affected__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__weakref__ (   args)

list of weak references to the object (if defined)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.__widget_state__ (   args)
 __widget_state__(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.AddContext (   args)
 AddContext(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.AddRule (   args)
 AddRule(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.AddStateFunction (   args)
 Append a function to the list of functions used to evaluate
 the current state (enabled/disabled) of this widget.
 
 Functions will be passed no arguments and should return True if
 this Item should be enabled.  False if it should be disabled.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.affected (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.button (   args)
 Creates a button widget
 @param label The text on the button
 @param command A callable object taking no arguments which will be 
                called when the button is clicked/activated
 @return the button.Button object

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.call (   args)
 __show_once__ = call(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.Changed (   args)
 Call this routine when your displayed representation (available through __get__)
 has changed in a way that would affect the value.
 
 @note This is mainly for class implementors.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.check (   args)
 check(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.checkbutton (   args)
 This method is deprecated
 It exists for compatibility with older code.
 
 You should look into the "check" method.  It
 creates checkbuttons one at a time.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.child_added (   args)
 child_added(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.child_removed (   args)
 child_removed(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.children (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.clear_all_pts (   args)
 clear_all_pts(args)
def Layout3DEditor.Layout3DEditor.Color (   args)
 @returns a hex color code (as a str) based on current Field 
          attributes.  This is the color your widget should appear
          as overall.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.column (   args)
 column(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.column_group_begin (   args)
 column_group_begin(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.column_group_end (   args)
 column_group_end(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.default_color (   args)

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.Destroy (   args)
 Destroy(args)

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.dialog (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.dim (   args)
 Create a dimension field which is a label to the left of an entry
 widget and displays dimensions as strings and floats.
 
 @param name The name of this field
 @param initial_value This is the default value to start with
                      if a model is not provided to the dialog.
 @param label a string to display in a label to the left of
              the entry box
 @param width
 @param length
 @param style The style of the dimension.  @see dimension.DimensionStyled

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.DisableIf (   args)
 Disable this item if expression is True
 
 @param expression Must be a string representing a python
                   expression which returns True or False.  True
                   indicating that you should disable the item for now.
                   False indicating that you shouldn't.
                   You may use, as variable names, any field name 
                   within the model.
                   Example:
                   dlg = Dialog()
                   e = dlg.entry( 'name', 5 )
                   e2 = dlg.entry( 'other', 6 )
                   e2.DisableIf( 'other < 6 and name > 5', [e, e2] )
 @param depends a list of dialog fields that should trigger this to be re-evaluated.
                Generally, any name you use in your expression should be represented
                by the field object (such as Entry) that corresponds to that name in
                the depends list.  Failing to do so will cause this disabler to be re-evaluated
                less often than it should and it may not appear disabled/enabled at
                all of the appropriate times.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.DisableOtherIf (   args)
 Disable a different item if expression is true
 
 @warning This rule can be tricky in the sense that if the field
          being disabled is disabled because of a field other than
          this one this rule won't be run.  So you'll need to attach
          your disable logic to any field which affects your disable
          logic.
 
 @param expression Must be a string representing a python
                   expression which returns True or False.  True
                   indicating that you should disable the item for now.
                   False indicating that you shouldn't.
                   You may use, as variable names, any field name 
                   within the model.
                   Example:
                   dlg = Dialog()
                   e = dlg.entry( 'name', 5 )
                   e2 = dlg.entry( 'other', 6 )
                   e2.DisableOtherIf( e, 'other < 6 and name > 5' )

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.DoState (   args)
 DoState(args)

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.EnableIf (   args)
 Same as DisableIf, except that the result is reversed.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.EnableOtherIf (   args)
 Same as DisableOtherIf, except that the result is reversed.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.entry (   args)
 @param name The name of this field
 @param initial_value This is the default value to start with
                      if a model is not provided to the dialog.
 @param label a string to display in a label to the left of
              the entry box
 @param width
 @param length
 @param kind If you do not provide an initial_value then you
             must provide this.  @see kind module documentation
 @return the entry.Entry object

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.EvaluateValid (   args)
 override this to do something when your widget becomes invalid
 by proxy via an item under it which is invalid

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.file (   args)
 file(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.file_save (   args)
 file_save(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.Find (   args)
 This recursively searches the tree, from here down
 for things which match query.
 @param query A function which returns True or False
              It is passed on argument, which is an Item
 @note Example use is find_type

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.find_type (   args)
 This recursively searches the tree, from here down, for a type t.
 Example, to find all Fields:
 item.find_type( Field )

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.frame (   args)
 frame(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.func (   args)
 AddAffect = func(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.func (   args)
 Get = func(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.get_label_width (   args)
 get_label_width(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.GetSelectedView (   args)
 GetSelectedView(args)
def Layout3DEditor.Layout3DEditor.GetWidget (   args)
 Use this function to retrive tk widgets created by
 this object with the name 'name'.
 Use `list_widgets` to get a list of names for
 this object.

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.Grid (   args)
 Grid(args)

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.group (   args)
 group(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.group_end (   args)
 group_end(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.group_end (   args)
 group_title_end = group_end(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.group_title (   args)
 group_title(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.HasContext (   args)
 HasContext(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.image (   args)
 Add an image object.  
 @param path should be the path to an existing image in the filesystem.
 @return the image.Image object

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.is_closed (   args)
 is_closed(args)
def Layout3DEditor.Layout3DEditor.IsEnabled (   args)
 @return True if this Item is currently enabled.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.item_valid (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.kind (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.label (   args)
 label(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.label_width (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.lframe (   args)
 lframe(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.line (   args)
 line(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.list_widgets (   args)
 For debugging, this function gives you a list
 of names to pass to GetWidget.

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.listbox (   args)
 listbox(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.menu (   args)
 Creates a combobox widget
 @param name The name of this field
 @param values The list of items in the checkbox, these will
               be displayed to the user.
 @param initial_value This should be a list of strings or indexes to
                      be checked on corresponding to the values list.
 @param label a string to display in a label to the left of
              the entry box
 @param editable If this is True the menu will allow the user to type
                 in strings that do not match any strings in your list.
 @return the combobox.Combobox object

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.mixed (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.mtrl_browse (   args)
 mtrl_browse(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.name (   args)

return the name inside the display model that this Field represents.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.no_pack (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.nudge (   args)
 This method is for testing.  It is intended to be as similar
 as possible to the user interactively entering value.
 By default, it may be the same as set.
 
 value is probably a string, you need to override this
 to put this value into your widget as if it was typed in.
 
 This probably only makes sense for entries.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.offsetGrips (   args)
 offsetGrips(args)
def Layout3DEditor.Layout3DEditor.OnChange (   args)
 Whenever an event occurs on this value we want to perform action.
 
 @param action This is a function which takes a dictionary.
               Expect the dictionary, when called, to contain
               a dictionary under key 'model'.  That dictionary
               will contain values for each field by name.
 
               Most likely you'll want to use the assign function
               found in dialog.rules.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.Pack (   args)
 The same as ".widget.pack( ... )"
 Prefer using this function as it's compatibility with the no_pack
 option avoids breaking others use of grid with your widget.

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.PackForget (   args)
 The same as ".widget.pack_forget()"
 Prefer using this function as it's compatibility wi th the no_pack
 option avoids breaking others use of grid with your widget.

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.PackInfo (   args)
 The same as ".widget.pack_info()"
 Prefer using this function as it's compatibility wi th the no_pack
 option avoids breaking others use of grid with your widget.

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.PackSlaves (   args)
 The same as ".widget.pack_slaves()"
 Prefer using this function as it's compatibility wi th the no_pack
 option avoids breaking others use of grid with your widget.

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.parent (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.PopupValidate (   args)
 This validation gives a similar look and feel to other SDS/2 validation
 which uses a focus loop to require the user to immediately fix their 
 entered value.  When they enter something invalid an alert pops up
 after they attempt to leave the field.
 
 @param action A function which takes one argument.  That argument
               will be the Field object.  Use the "Get" method to
               get the current value of the field.  Return False
               if you want the popup to occur.
 @param reason A string to be displayed to the user indicating why 
               their value isn't valid.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.radio (   args)
 Creates a set of radio buttons.
 @param name The name of this field
 @param values The list of items in the radio button, these will
               be displayed to the user.
 @param initial_value This should be a list of strings or indexes to
                      be checked on corresponding to the values list.
 @param label a string to display in a label to the left of
              the entry box
 @return the radio.Radio object

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.read (   args)
 This method is for testing.  It is intended to be as similar
 as possible to reading the value directly off the widget.
 
 So don't bother typing stuff, just return a str or int or
 whatever is the native type for your widget.
 
 Or leave it undefined.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.read_only (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.RemoveStateFunction (   args)
 Remove a function (by python reference) from the current list.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.root (   args)

This actually searches up the tree for a model root because this can change as the dialog is being built.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.rules (   args)

Returns a list of all of the current rule skeletons.

These will be tuples of types and arguments intended for constructing each type. Generally intended for internal use.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.screen_only (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.scrollbar (   args)
 scrollbar(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.select_points_from_model (   args)
 select_points_from_model(args)
def Layout3DEditor.Layout3DEditor.Set (   args)
 Set the value associated with this field.  Keep in mind that 
 multiple fields could share one Value.  Calling this on one field
 will cause all fields sharing the same name (with the exclusion
 of the special name None) to be set to the given value val.
 
 If you're looking to do this in a callback on Modified it is recommended
 that you reconsider what you're doing.  You are likely to be breaking
 multi edit compatibility.  The Always rule is likely what you need,
 and you should not be calling set from any ValueRule.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.set_label_width (   args)
 set_label_width(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.SetEnabled (   args)
 Used to enable/disable these widgets.  This is for internal use.

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.SetValid (   args)
 Call this to set invalid or valid this Item.  It will keep
 count of valid=True and valid=False.  So, if you call this
 3 times with valid=False and 1 time with valid=True it will
 still be invalid.
 
 It is up to the caller to make sure they even those calls out.
 Consider your default state to be valid=True.  Calling valid=True,
 then valid=False will yield valid.
 
 @param valid True or False "True" meaning that we are currently
              in a valid state.  "False" meaning invalid.
 
 @warning This is intended for class implementors.  There are
          Modified and Validate rules for dialog creators.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.SetWidget (   args)
 This is really an internal function, but,
 if you're careful not to use already existing
 names you can use it to store widgets you've
 added to this object to customize it.
 
 Beware that future changes to SDS/2 could
 use the same name you've chosen.

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.show_affects (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.tab (   args)
 tab(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.table (   args)
 table(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.table_column (   args)
 table_column(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.table_end (   args)
 table_end(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.tabset_begin (   args)
 tabset_begin(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.tabset_end (   args)
 tabset_end(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.text (   args)
 text(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.Update (   args)
 Update(args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.UpdateDisplay (   args)
 Calling this will force the widget to update its representation
 of the current value.  Useful if you believe the underlying
 value has changed but the widget hasn't shown the change yet.
 
 @warning Generally only for class implementors.  It's better to call
          Update.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.valid (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.Validate (   args)
 This is for telling a user when they've entered a value that your
 code will not accept, or simply does not make sense.  The user
 will not be able to click okay on a dialog that contains any values
 which a Validate rule marks as invalid.
 
 @param expression A string expression (see DisableOtherIf) which is True
                   if the field is valid.
 @param reason A string to be displayed to the user indicating why 
               their value isn't valid.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.ValidateRange (   args)
 Similar to validate, but you simply give a minimum and maximum
 float value for any int, float, or DimensionStyled field.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.WatchState (   args)
 Have this function called when this widget is enabled/disabled.
 @param foo This is a function which takes one argument, 'enabled'

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.widget (   args)

The main Tkinter widget for this item.

Reimplemented from dialog.widget.Widget.

def Layout3DEditor.Layout3DEditor.widget_state (   args)

The current Tkinter state for the widget.

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.widget_valid (   args)

Reimplemented from dialog.field.Field.

def Layout3DEditor.Layout3DEditor.WidgetExists (   args)
 This is useful if you're having problems with accessing widgets
 that have been deleted.  It's for debugging purposes.
 
 @return True if the widget (.widget) does exist in the interpreter.

Reimplemented from dialog.widget.Widget.

Member Data Documentation

Layout3DEditor.Layout3DEditor.__Load__ = None
staticprivate
Layout3DEditor.Layout3DEditor.__Store__ = None
staticprivate
Layout3DEditor.Layout3DEditor.Context = None
static
list Layout3DEditor.Layout3DEditor.CurrentContainer = []
static
Layout3DEditor.Layout3DEditor.CurrentlyEnabled = True
static
Layout3DEditor.Layout3DEditor.Enabled = True
static
Layout3DEditor.Layout3DEditor.Extras = None
static
Layout3DEditor.Layout3DEditor.InitializedLabelWidth = False
static
int Layout3DEditor.Layout3DEditor.Label_width = 0
static
tuple Layout3DEditor.Layout3DEditor.RuleRegistry = ((<function <lambda>>, <function <lambda>>),)
static
Layout3DEditor.Layout3DEditor.Rules = None
static
Layout3DEditor.Layout3DEditor.SB_Clear = False
static
Layout3DEditor.Layout3DEditor.WatchChild = None
static