#include <Link.hpp>
 | 
| enum   | Type {  
  None, 
Url, 
CloseCurrentSplit, 
UserInfo, 
 
  UserTimeout, 
UserBan, 
UserWhisper, 
InsertText, 
 
  ShowMessage, 
UserAction, 
AutoModAllow, 
AutoModDeny, 
 
  OpenAccountsPage, 
JumpToChannel, 
Reconnect, 
CopyToClipboard, 
 
  ReplyToMessage, 
ViewThread, 
JumpToMessage
 
 } | 
|   | 
◆ Type
| Enumerator | 
|---|
| None  |  | 
| Url  |  | 
| CloseCurrentSplit  |  | 
| UserInfo  |  | 
| UserTimeout  |  | 
| UserBan  |  | 
| UserWhisper  |  | 
| InsertText  |  | 
| ShowMessage  |  | 
| UserAction  |  | 
| AutoModAllow  |  | 
| AutoModDeny  |  | 
| OpenAccountsPage  |  | 
| JumpToChannel  |  | 
| Reconnect  |  | 
| CopyToClipboard  |  | 
| ReplyToMessage  |  | 
| ViewThread  |  | 
| JumpToMessage  |  | 
 
 
◆ Link() [1/2]
      
        
          | chatterino::Link::Link  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Link() [2/2]
      
        
          | chatterino::Link::Link  | 
          ( | 
          Type  | 
          getType,  | 
        
        
           | 
           | 
          const QString &  | 
          getValue  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ isUrl()
      
        
          | bool chatterino::Link::isUrl  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ isValid()
      
        
          | bool chatterino::Link::isValid  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ type
      
        
          | Type chatterino::Link::type | 
        
      
 
 
◆ value
      
        
          | QString chatterino::Link::value | 
        
      
 
 
The documentation for this struct was generated from the following files:
- /var/chatterino-doxygen/chatterino2/src/messages/Link.hpp
 
- /var/chatterino-doxygen/chatterino2/src/messages/Link.cpp