Changeset View
Changeset View
Standalone View
Standalone View
src/matrix-room.hpp
| Show First 20 Lines • Show All 62 Lines • ▼ Show 20 Lines | public: | ||||
| LAGER_QT_READER(int, unreadNotificationCount); | LAGER_QT_READER(int, unreadNotificationCount); | ||||
| Q_INVOKABLE MatrixRoomMember *memberAt(int index) const; | Q_INVOKABLE MatrixRoomMember *memberAt(int index) const; | ||||
| Q_INVOKABLE MatrixRoomMember *member(QString userId) const; | Q_INVOKABLE MatrixRoomMember *member(QString userId) const; | ||||
| Q_INVOKABLE MatrixRoomTimeline *timeline() const; | Q_INVOKABLE MatrixRoomTimeline *timeline() const; | ||||
| Q_INVOKABLE MatrixRoomTimeline *pinnedEventsTimeline() const; | |||||
| Q_INVOKABLE MatrixEvent *messageById(QString eventId) const; | Q_INVOKABLE MatrixEvent *messageById(QString eventId) const; | ||||
| Q_INVOKABLE void sendMessage(const QJsonObject &eventJson, const QString &relType, const QString &relatedTo) const; | Q_INVOKABLE void sendMessage(const QJsonObject &eventJson, const QString &relType, const QString &relatedTo) const; | ||||
| Q_INVOKABLE void sendTextMessage(QString text, const QString &relType, QString relatedTo) const; | Q_INVOKABLE void sendTextMessage(QString text, const QString &relType, QString relatedTo) const; | ||||
| Q_INVOKABLE void sendMediaFileMessage(QString fileName, QString mimeType, | Q_INVOKABLE void sendMediaFileMessage(QString fileName, QString mimeType, | ||||
| qint64 fileSize, QString mxcUri) const; | qint64 fileSize, QString mxcUri) const; | ||||
| ▲ Show 20 Lines • Show All 79 Lines • Show Last 20 Lines | |||||