Searched refs:fFunctionsTable (Results 1 – 2 of 2) sorted by relevance
643 fFunctionsTable(NULL), in ImageFunctionsView()656 fFunctionsTable->SetTreeTableModel(NULL); in ~ImageFunctionsView()707 fFunctionsTable->SetNodeExpanded(path, true, false); in SetImageDebugInfo()722 fFunctionsTable->SetNodeExpanded(path, true, true); in SetFunction()723 fFunctionsTable->SelectNode(path, false); in SetFunction()724 fFunctionsTable->ScrollToNode(path); in SetFunction()726 fFunctionsTable->DeselectAllNodes(); in SetFunction()776 fFunctionsTable); in LoadSettings()788 fFunctionsTable); in SaveSettings()815 fFunctionsTable = new TreeTable("functions", 0, B_FANCY_BORDER); in _Init()[all …]
57 TreeTable* fFunctionsTable; variable