Home
last modified time | relevance | path

Searched defs:ChatType (Results 1 – 17 of 17) sorted by relevance

/dports/polish/kadu/kadu-4.3/kadu-core/chat/type/
H A Dchat-type.cpp30 ChatType::ChatType(QObject *parent) : in ChatType() function in ChatType
/dports/irc/smuxi/smuxi-1.1/src/Engine/Chats/
H A DChatType.cs31 public enum ChatType enum
H A DChatModel.cs64 public ChatType ChatType { property in Smuxi.Engine.ChatModel
/dports/polish/kadu/kadu-4.3/kadu-core/chat/
H A Dchat-details.h31 class ChatType; variable
H A Dchat.h35 class ChatType; variable
/dports/irc/smuxi/smuxi-1.1/src/Frontend/
H A DChatViewInfoAttribute.cs40 public ChatType ChatType { property in Smuxi.Frontend.ChatViewInfoAttribute
H A DChatViewSyncManager.cs329 public ChatType ChatType { get; private set; } property in Smuxi.Frontend.ChatViewAddedEventArgs
/dports/irc/smuxi/smuxi-1.1/src/Engine/Config/
H A DFilterModel.cs33 public ChatType? ChatType { get; set; } property in Smuxi.Engine.FilterModel
/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME/
H A DChatTypeWidget.cs34 public ChatType ChatType { property in Smuxi.Frontend.Gnome.ChatTypeWidget
H A DOpenChatDialog.cs31 public ChatType ChatType { property in Smuxi.Frontend.Gnome.OpenChatDialog
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/telegram/types/
H A Dchat.h17 enum ChatType { enum
/dports/net-im/beebeep/beebeep-code-r1476/src/core/
H A DGroup.h59 enum ChatType { DefaultChat, PrivateChat, GroupChat, NumChatTypes }; enum
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/lib/
H A Dadium-theme-view.h64 enum ChatType { enum
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/chattools/
H A Dchattools.h42 enum ChatType { INET_LOBBY_CHAT, LAN_LOBBY_CHAT, INGAME_CHAT }; enum
/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto641 enum ChatType { enum
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h9461 typedef ChatMessage_ChatType ChatType; typedef
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java44752 public enum ChatType enum in ProtoBuf.ChatMessage
44825 private ChatType(int index, int value) { in ChatType() method in ProtoBuf.ChatMessage.ChatType