#include <chatformheader.h>
Definition at line 38 of file chatformheader.h.
 
◆ CallButtonState
| Enumerator | 
|---|
| Disabled  |  | 
| Avaliable  |  | 
| InCall  |  | 
| Outgoing  |  | 
| Incoming  |  | 
Definition at line 42 of file chatformheader.h.
 
 
◆ Mode
◆ ToolButtonState
◆ ChatFormHeader()
      
        
          | ChatFormHeader::ChatFormHeader  | 
          ( | 
          QWidget *  | 
          parent = nullptr | ) | 
           | 
        
      
 
 
◆ ~ChatFormHeader()
  
  
      
        
          | ChatFormHeader::~ChatFormHeader  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ addLayout()
      
        
          | void ChatFormHeader::addLayout  | 
          ( | 
          QLayout *  | 
          layout | ) | 
           | 
        
      
 
 
◆ addStretch()
      
        
          | void ChatFormHeader::addStretch  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ addWidget()
      
        
          | void ChatFormHeader::addWidget  | 
          ( | 
          QWidget *  | 
          widget,  | 
        
        
           | 
           | 
          int  | 
          stretch = 0,  | 
        
        
           | 
           | 
          Qt::Alignment  | 
          alignment = Qt::Alignment()  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ callAccepted
  
  
      
        
          | void ChatFormHeader::callAccepted  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ callRejected
  
  
      
        
          | void ChatFormHeader::callRejected  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ callTriggered
  
  
      
        
          | void ChatFormHeader::callTriggered  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ createCallConfirm()
      
        
          | void ChatFormHeader::createCallConfirm  | 
          ( | 
          bool  | 
          video | ) | 
           | 
        
      
 
 
◆ getAvatarSize()
      
        
          | QSize ChatFormHeader::getAvatarSize  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ micMuteToggle
  
  
      
        
          | void ChatFormHeader::micMuteToggle  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ nameChanged
  
  
      
        
          | void ChatFormHeader::nameChanged  | 
          ( | 
          const QString &  | 
          name | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ reloadTheme
  
  
      
        
          | void ChatFormHeader::reloadTheme  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ removeCallConfirm()
      
        
          | void ChatFormHeader::removeCallConfirm  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ retranslateUi
  
  
      
        
          | void ChatFormHeader::retranslateUi  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ setAvatar()
      
        
          | void ChatFormHeader::setAvatar  | 
          ( | 
          const QPixmap &  | 
          img | ) | 
           | 
        
      
 
 
◆ setMode()
◆ setName()
      
        
          | void ChatFormHeader::setName  | 
          ( | 
          const QString &  | 
          newName | ) | 
           | 
        
      
 
 
◆ showCallConfirm()
      
        
          | void ChatFormHeader::showCallConfirm  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ showOutgoingCall()
      
        
          | void ChatFormHeader::showOutgoingCall  | 
          ( | 
          bool  | 
          video | ) | 
           | 
        
      
 
 
◆ updateButtonsView
  
  
      
        
          | void ChatFormHeader::updateButtonsView  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ updateCallButtons()
      
        
          | void ChatFormHeader::updateCallButtons  | 
          ( | 
          bool  | 
          online,  | 
        
        
           | 
           | 
          bool  | 
          audio,  | 
        
        
           | 
           | 
          bool  | 
          video = false  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ updateExtensionSupport()
      
        
          | void ChatFormHeader::updateExtensionSupport  | 
          ( | 
          ExtensionSet  | 
          extensions | ) | 
           | 
        
      
 
 
◆ updateMuteMicButton()
      
        
          | void ChatFormHeader::updateMuteMicButton  | 
          ( | 
          bool  | 
          active,  | 
        
        
           | 
           | 
          bool  | 
          inputMuted  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ updateMuteVolButton()
      
        
          | void ChatFormHeader::updateMuteVolButton  | 
          ( | 
          bool  | 
          active,  | 
        
        
           | 
           | 
          bool  | 
          outputMuted  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ videoCallTriggered
  
  
      
        
          | void ChatFormHeader::videoCallTriggered  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ volMuteToggle
  
  
      
        
          | void ChatFormHeader::volMuteToggle  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ avatar
◆ callButton
  
  
      
        
          | QPushButton* ChatFormHeader::callButton | 
         
       
   | 
  
private   | 
  
 
 
◆ callConfirm
◆ callState
◆ extensionStatus
◆ headTextLayout
  
  
      
        
          | QVBoxLayout* ChatFormHeader::headTextLayout | 
         
       
   | 
  
private   | 
  
 
 
◆ micButton
  
  
      
        
          | QPushButton* ChatFormHeader::micButton | 
         
       
   | 
  
private   | 
  
 
 
◆ micState
◆ mode
  
  
      
        
          | Mode ChatFormHeader::mode | 
         
       
   | 
  
private   | 
  
 
 
◆ nameLabel
◆ nameLine
  
  
      
        
          | QHBoxLayout* ChatFormHeader::nameLine | 
         
       
   | 
  
private   | 
  
 
 
◆ videoButton
  
  
      
        
          | QPushButton* ChatFormHeader::videoButton | 
         
       
   | 
  
private   | 
  
 
 
◆ videoState
◆ volButton
  
  
      
        
          | QPushButton* ChatFormHeader::volButton | 
         
       
   | 
  
private   | 
  
 
 
◆ volState
The documentation for this class was generated from the following files: