30 #ifndef SWRI_PROFILER_TOOLS_PROFILE_TREE_WIDGET_H_ 31 #define SWRI_PROFILER_TOOLS_PROFILE_TREE_WIDGET_H_ 33 #include <unordered_map> 41 class QTreeWidgetItem;
46 class ProfileDatabase;
57 std::unordered_map<DatabaseKey, QTreeWidgetItem*>
items_;
81 void addNode(QTreeWidgetItem *parent,
const Profile &profile,
const int node_key);
88 #endif // SWRI_PROFILER_TOOLS_PROFILE_TREE_WIDGET_H_