|
QtPdCom
1.5.0
|
Namespaces | |
| QtPdCom | |
Classes | |
| class | AbstractScalarVariable |
| Abstract Scalar Value. More... | |
| class | BroadcastModel |
| Model for capturing broadcast messages. More... | |
| class | BroadcastModelPrivate |
| class | ClientStatisticsModel |
| struct | ClientStatisticsModelPrivate |
| class | DefaultProcess |
| struct | event_mode_tag |
| Tag for event-based subscription. More... | |
| class | ListWatcher |
| class | LoginManager |
| Class to handle the Authentication process. More... | |
| class | LoginManagerPrivate |
| struct | manual_poll_mode_tag |
| Tag for poll-based subscription without timer. More... | |
| class | Message |
| Process message. More... | |
| class | MessageListWatcher |
| class | MessageManager |
| class | MessageModel |
| List of Messages. More... | |
| class | MessageModelFilter |
| Proxy model to filter Messages based on their reset time. More... | |
| class | MessageModelFilterPrivate |
| class | MessageModelUnion |
| Table model that combines the rows of multiple MessageModels or MessageModelFilters. More... | |
| class | MessageWatcher |
| struct | PdClientStatisticsModel |
| struct | PdComLoginManager |
| struct | PdComMessageModelFilter |
| class | PdConnection |
| class | PdVariable |
| Scalar/Vector/Matrix Variant to be used in QML applications. More... | |
| class | Poll |
| struct | poll_mode_tag |
| Tag for poll-based subscription with timer. More... | |
| class | Process |
| PdCom::Process implementation for Qt. More... | |
| class | QmlMessage |
| class | QmlMessageModel |
| class | QmlProcess |
| QML-Adapted Process Class. More... | |
| class | SaslInitializer |
| class | ScalarSubscriber |
| Subscriber of a single scalar value. More... | |
| class | ScalarVariable |
| Scalar Value Template. More... | |
| class | TableColumn |
| Table Column. More... | |
| class | TableModel |
| Table model. More... | |
| class | Transmission |
| Transmission mode for subscriptions. More... | |
| class | ValueRing |
| Time/Value ring buffer. More... | |
| struct | VariableList |
| class | VariableWatcher |
| Convenience class for processing the result of Process::findQt() More... | |
Typedefs | |
| typedef ScalarVariable< bool > | BoolVariable |
| typedef ScalarVariable< int > | IntVariable |
| typedef ScalarVariable< double > | DoubleVariable |
| using | MessageFuture = QFuture< PdCom::Message > |
| using | MessageFutureInterface = QFutureInterface< PdCom::Message > |
| using | MessageListFuture = QFuture< std::vector< PdCom::Message > > |
| using | MessageListFutureInterface = QFutureInterface< std::vector< PdCom::Message > > |
Functions | |
| template<class Result , class Object , class Callback > | |
| QFutureWatcher< Result > & | createWatcher (Object *obj, Callback &&callback) |
| Q_DECL_EXPORT bool | loadTranslation (QTranslator &translator, const QLocale &locale=QLocale{}) |
| Load a translation for the given locale. More... | |
| bool | seqNoLessThan (uint32_t a, uint32_t b) |
Variables | |
| constexpr struct QtPdCom::event_mode_tag | event_mode |
| constexpr struct QtPdCom::poll_mode_tag | poll_mode |
| constexpr struct QtPdCom::manual_poll_mode_tag | manual_poll_mode |
| typedef ScalarVariable<bool> QtPdCom::BoolVariable |
| typedef ScalarVariable<double> QtPdCom::DoubleVariable |
| typedef ScalarVariable<int> QtPdCom::IntVariable |
| using QtPdCom::MessageFuture = typedef QFuture<PdCom::Message> |
| using QtPdCom::MessageFutureInterface = typedef QFutureInterface<PdCom::Message> |
| using QtPdCom::MessageListFuture = typedef QFuture<std::vector<PdCom::Message> > |
| using QtPdCom::MessageListFutureInterface = typedef QFutureInterface<std::vector<PdCom::Message> > |
|
inline |
| Q_DECL_EXPORT bool QtPdCom::loadTranslation | ( | QTranslator & | translator, |
| const QLocale & | locale = QLocale{} |
||
| ) |
Load a translation for the given locale.
Load a translation.
Calls QTranslator::load() to load the translation from the library resource file.
| translator | Translator used in application. |
| locale | Locale. |
References loadRcc().
| bool QtPdCom::seqNoLessThan | ( | uint32_t | a, |
| uint32_t | b | ||
| ) |
| constexpr struct QtPdCom::event_mode_tag QtPdCom::event_mode |
| constexpr struct QtPdCom::manual_poll_mode_tag QtPdCom::manual_poll_mode |
| constexpr struct QtPdCom::poll_mode_tag QtPdCom::poll_mode |