Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::UI::Qt::actionwiz
class AddWizard
Files: Synopsis/UI/Qt/actionwiz.py
AddWizard-inheritance
Operations Summary:
 __init__(self, parent, action, project) [Source]
 _makeStartPage(self) [Source]
 onActionType(self, id) [Source]
 _makeSourcePage(self) [Source]
 _makeParserPage(self) [Source]
 _makeCacherPage(self) [Source]
 _makeFormatterPage(self) [Source]
 onFormatModule(self, id) [Source]
 _copyAttrs(self, dest, src, overwrite)
Copies attributes from src to dest objects. [Source]
 _makeFormatPropPage(self) [Source]
 onActionName(self, name) [Source]
 onSourceAddPath(self, name) [Source]
 _makeFinishPage(self) [Source]
 showPage(self, page) [Source]
 layOutTitleRow(self, hbox, title) [Source]

Operation Details:
  _copyAttrs(self, dest, src, overwrite)

Copies attributes from src to dest objects. src may be a class, and recursive structs/classes are copied properly. Note that the copy module doesn't copy classes, so we do that bit ourselves