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] |