|
QtPdCom
1.0.0
|
Classes | |
| class | AbstractScalarVariable |
| Abstract Scalar Value. More... | |
| struct | event_mode_tag |
| Tag for event-based subscription. More... | |
| class | Message |
| Process message. More... | |
| class | MessageManager |
| class | MessageModel |
| List of Messages. More... | |
| class | Poll |
| struct | poll_mode_tag |
| Tag for poll-based subscription. More... | |
| class | Process |
| PdCom::Process implementation for Qt. More... | |
| 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... | |
Typedefs | |
| typedef ScalarVariable< bool > | BoolVariable |
| typedef ScalarVariable< int > | IntVariable |
| typedef ScalarVariable< double > | DoubleVariable |
Functions | |
| Q_DECL_EXPORT bool | loadTranslation (QTranslator &translator, const QString &locale) |
| Load a translation for the given locale. | |
| 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 |
| typedef ScalarVariable<bool> QtPdCom::BoolVariable |
| typedef ScalarVariable<double> QtPdCom::DoubleVariable |
| typedef ScalarVariable<int> QtPdCom::IntVariable |
| bool QtPdCom::loadTranslation | ( | QTranslator & | translator, |
| const QString & | locale | ||
| ) |
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::poll_mode_tag QtPdCom::poll_mode |