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