#include <profile_database.h>
Definition at line 42 of file profile_database.h.
◆ ProfileDatabase()
| swri_profiler_tools::ProfileDatabase::ProfileDatabase |
( |
| ) |
|
◆ ~ProfileDatabase()
| swri_profiler_tools::ProfileDatabase::~ProfileDatabase |
( |
| ) |
|
◆ createProfile()
| int swri_profiler_tools::ProfileDatabase::createProfile |
( |
const QString & |
name | ) |
|
◆ dataAdded
| void swri_profiler_tools::ProfileDatabase::dataAdded |
( |
int |
profile_key | ) |
|
|
signal |
◆ nodesAdded
| void swri_profiler_tools::ProfileDatabase::nodesAdded |
( |
int |
profile_key | ) |
|
|
signal |
◆ profile() [1/2]
| Profile & swri_profiler_tools::ProfileDatabase::profile |
( |
int |
key | ) |
|
◆ profile() [2/2]
| const Profile & swri_profiler_tools::ProfileDatabase::profile |
( |
int |
key | ) |
const |
◆ profileAdded
| void swri_profiler_tools::ProfileDatabase::profileAdded |
( |
int |
profile_key | ) |
|
|
signal |
◆ profileKeys()
| std::vector<int> swri_profiler_tools::ProfileDatabase::profileKeys |
( |
| ) |
const |
|
inline |
◆ profileModified
| void swri_profiler_tools::ProfileDatabase::profileModified |
( |
int |
profile_key | ) |
|
|
signal |
◆ invalid_profile_
| Profile swri_profiler_tools::ProfileDatabase::invalid_profile_ |
|
private |
◆ profiles_
| std::unordered_map<int, Profile*> swri_profiler_tools::ProfileDatabase::profiles_ |
|
private |
◆ profiles_list_
| std::vector<int> swri_profiler_tools::ProfileDatabase::profiles_list_ |
|
private |
The documentation for this class was generated from the following files: