#include <profiler_window.h>
Public Slots | |
| void | rosConnected (bool connected, QString master_uri) |
Signals | |
| void | createNewWindow () |
Public Member Functions | |
| void | closeEvent (QCloseEvent *event) |
| ProfilerWindow (ProfileDatabase *db) | |
| ~ProfilerWindow () | |
Private Attributes | |
| QLabel * | connection_status_ |
| ProfileDatabase * | db_ |
| Ui::ProfilerWindow | ui |
Definition at line 41 of file profiler_window.h.
Definition at line 35 of file profiler_window.cpp.
Definition at line 58 of file profiler_window.cpp.
| void swri_profiler_tools::ProfilerWindow::closeEvent | ( | QCloseEvent * | event | ) |
Definition at line 62 of file profiler_window.cpp.
| void swri_profiler_tools::ProfilerWindow::createNewWindow | ( | ) | [signal] |
| void swri_profiler_tools::ProfilerWindow::rosConnected | ( | bool | connected, |
| QString | master_uri | ||
| ) | [slot] |
Definition at line 67 of file profiler_window.cpp.
QLabel* swri_profiler_tools::ProfilerWindow::connection_status_ [private] |
Definition at line 43 of file profiler_window.h.
Definition at line 46 of file profiler_window.h.
Ui::ProfilerWindow swri_profiler_tools::ProfilerWindow::ui [private] |
Definition at line 61 of file profiler_window.h.