![]() |
libQuotient
A Qt library for building matrix clients
|


Go to the source code of this file.
Classes | |
| struct | Quotient::EventContent::AllowCondition |
| Definition of an allow AllowCondition. More... | |
| struct | Quotient::EventContent::JoinRuleContent |
| The content of a join rule event. More... | |
| class | Quotient::JoinRulesEvent |
| Class to define a join rule state event. More... | |
Namespaces | |
| namespace | Quotient |
| namespace | Quotient::EventContent |
Functions | |
| template<> | |
| EventContent::AllowCondition | Quotient::fromJson (const QJsonObject &jo) |
| template<> | |
| auto | Quotient::toJson (const EventContent::AllowCondition &c) |
| template<> | |
| EventContent::JoinRuleContent | Quotient::fromJson (const QJsonObject &jo) |
| template<> | |
| auto | Quotient::toJson (const EventContent::JoinRuleContent &c) |
Variables | |
| constexpr auto | Quotient::JoinRuleKey = "join_rule"_L1 |
| constexpr auto | Quotient::AllowKey = "allow"_L1 |