Lines Matching refs:fFunctionsTable
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()
816 fFunctionsTable->SetFont(B_FONT_ROW, be_fixed_font); in _Init()
817 AddChild(fFunctionsTable->ToView()); in _Init()
823 fFunctionsTable->SetSortingEnabled(false); in _Init()
829 fFunctionsTable->AddColumn(fHighlightingColumn in _Init()
832 fFunctionsTable->AddColumn(new TargetAddressTableColumn(1, "Address", in _Init()
836 fFunctionsTable->SetTreeTableModel(fFunctionsTableModel); in _Init()
838 fFunctionsTable->SetSelectionMode(B_SINGLE_SELECTION_LIST); in _Init()
839 fFunctionsTable->AddTreeTableListener(this); in _Init()
858 fFunctionsTable->SetNodeExpanded(path, true, true); in _ExpandFilteredNodes()