Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::UI::Qt::browse
class ListFiller
Files: Synopsis/UI/Qt/browse.py
ListFiller-inheritance

A visitor that fills in a QListView from an AST


Operations Summary:
 __init__(self, main, listview, types = None, anti_types = None) [Source]
 clear(self) [Source]
 fillFrom(self, decl) [Source]
 visitDeclaration(self, decl) [Source]
 addDeclaration(self, decl) [Source]
 visitGroup(self, group) [Source]
 addGroup(self, group) [Source]
 visitForward(self, fwd) [Source]
 visitEnum(self, enum) [Source]