Lines Matching defs:Context
482 # Context-sensitive call graph data model item base
523 # Context-sensitive call graph data model level 2+ item base
567 # Context-sensitive call graph data model level three item
584 # Context-sensitive call graph data model level two item
612 # Context-sensitive call graph data model level one item
636 # Context-sensitive call graph data model root item
663 # Context-sensitive call graph data model base
725 class Context():
733 context.append(Context(value, direction, pattern, QSqlQuery(self.glb.db), None, None))
742 # Context-sensitive call graph data model
1083 # Context-sensitive call graph window
1090 self.model = LookupCreateModel("Context-Sensitive Call Graph", lambda x=glb: CallGraphModel(x))
1103 AddSubWindow(glb.mainwindow.mdi_area, self, "Context-Sensitive Call Graph")
4032 # Context menu
4334 <p class=c2><a href=#callgraph>1.1 Context-Sensitive Call Graph</a></p>
4343 <h2 id=callgraph>1.1 Context-Sensitive Call Graph</h2>
4377 The Call Tree report is very similar to the Context-Sensitive Call Graph, but the data is not aggregated.
4637 reports_menu.addAction(CreateAction("Context-Sensitive Call &Graph", "Create a new window containing a context-sensitive call graph", self.NewCallGraph, self))