Package de.justjanne.libquassel.protocol.models.flags

Types

Link copied to clipboard
enum BufferType : Enum<BufferType> , Flag<UShort>

Model representing different types of chats

Link copied to clipboard
typealias BufferTypes = Set<BufferType>

Model representing a bitfield of BufferType flags

Link copied to clipboard
enum MessageFlag : Enum<MessageFlag> , Flag<UInt>

Model representing different types of message flags

Link copied to clipboard
typealias MessageFlags = Set<MessageFlag>

Model representing a bitfield of MessageFlag flags

Link copied to clipboard
enum MessageType : Enum<MessageType> , Flag<UInt>

Model representing different types of messages

Link copied to clipboard
typealias MessageTypes = Set<MessageType>

Model representing a bitfield of MessageType flags