#include <PackageRegistry.h>
Classes | |
class | Impl |
Signals | |
void | updateFinished () |
void | updateStarted () |
Public Member Functions | |
QMap< QString, QString > | getPackages () const |
bool | isEmpty () const |
bool | isUpdating () const |
PackageRegistry (QObject *parent=0) | |
void | update () |
void | wait () |
~PackageRegistry () | |
Private Slots | |
void | threadFinished () |
void | threadStarted () |
Static Private Attributes | |
static Impl | impl_ |
Definition at line 29 of file PackageRegistry.h.
rqt_multiplot::PackageRegistry::PackageRegistry | ( | QObject * | parent = 0 | ) |
Definition at line 38 of file PackageRegistry.cpp.
Definition at line 44 of file PackageRegistry.cpp.
QMap< QString, QString > rqt_multiplot::PackageRegistry::getPackages | ( | ) | const |
Definition at line 60 of file PackageRegistry.cpp.
bool rqt_multiplot::PackageRegistry::isEmpty | ( | ) | const |
Definition at line 70 of file PackageRegistry.cpp.
bool rqt_multiplot::PackageRegistry::isUpdating | ( | ) | const |
Definition at line 66 of file PackageRegistry.cpp.
void rqt_multiplot::PackageRegistry::threadFinished | ( | ) | [private, slot] |
Definition at line 118 of file PackageRegistry.cpp.
void rqt_multiplot::PackageRegistry::threadStarted | ( | ) | [private, slot] |
Definition at line 114 of file PackageRegistry.cpp.
Definition at line 80 of file PackageRegistry.cpp.
void rqt_multiplot::PackageRegistry::updateFinished | ( | ) | [signal] |
void rqt_multiplot::PackageRegistry::updateStarted | ( | ) | [signal] |
void rqt_multiplot::PackageRegistry::wait | ( | ) |
Definition at line 84 of file PackageRegistry.cpp.
PackageRegistry::Impl rqt_multiplot::PackageRegistry::impl_ [static, private] |
Definition at line 60 of file PackageRegistry.h.