Home | Trees | Indices | Help |
|
---|
|
The data guessing module was created so that functions in in the dock widget would make somewhat intelligent guesses at what the user might want to use ahead of time. This functionality is negelcted if the user wants it to be, however, even guesses it does make are overwritable. This is purely meant as a time saver for users.
|
|||
|
|||
|
|||
|
|
OverviewThis function will take the name provided and produce a regular expression that accepts strings very similar to the name provided. The regular expression may start with a number, underscore, or nothing. Then it must contain the name provided, in any mixture of capital and lower case letters. Finally it may end with a number or underscore, or nothing of course.
|
OverviewThis function is currently the exact same as GenerateRegExpFromName. Originally there was going to be a distinction in the types of regular expression objects returned. As of now, the appropriate dock widgets still make use of this method, so if a compiled regular expression is ever desired, only this function must be changed.
|
OverviewThis function takes a DockWidget and a list of regular expressions. It will run down the Basin Object Tree, attempting to add any object that fits into the regular expression. When that occurs, it starts at the top the Basin Object Tree again and does the same for the second regular expression until all of the regular expressions have been tried. Normal rules apply for adding objects to a Dock Widget's Holder. This means that if the first two regular expressions find objects with different parents lists, the second will kick the first one out.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Mar 21 09:10:01 2008 | http://epydoc.sourceforge.net |