#include <ivideosettings.h>
Definition at line 27 of file ivideosettings.h.
 
◆ IVideoSettings() [1/3]
  
  
      
        
          | IVideoSettings::IVideoSettings  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ ~IVideoSettings()
  
  
      
        
          | IVideoSettings::~IVideoSettings  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ IVideoSettings() [2/3]
◆ IVideoSettings() [3/3]
◆ DECLARE_SIGNAL() [1/5]
      
        
          | IVideoSettings::DECLARE_SIGNAL  | 
          ( | 
          camVideoFPSChanged  | 
          ,  | 
        
        
           | 
           | 
          unsigned short  | 
          fps  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [2/5]
      
        
          | IVideoSettings::DECLARE_SIGNAL  | 
          ( | 
          camVideoResChanged  | 
          ,  | 
        
        
           | 
           | 
          const QRect &  | 
          region  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [3/5]
      
        
          | IVideoSettings::DECLARE_SIGNAL  | 
          ( | 
          screenGrabbedChanged  | 
          ,  | 
        
        
           | 
           | 
          bool  | 
          enabled  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [4/5]
      
        
          | IVideoSettings::DECLARE_SIGNAL  | 
          ( | 
          screenRegionChanged  | 
          ,  | 
        
        
           | 
           | 
          const QRect &  | 
          region  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [5/5]
      
        
          | IVideoSettings::DECLARE_SIGNAL  | 
          ( | 
          videoDevChanged  | 
          ,  | 
        
        
           | 
           | 
          const QString &  | 
          device  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ getCamVideoFPS()
  
  
      
        
          | virtual float IVideoSettings::getCamVideoFPS  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getCamVideoRes()
  
  
      
        
          | virtual QRect IVideoSettings::getCamVideoRes  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getScreenGrabbed()
  
  
      
        
          | virtual bool IVideoSettings::getScreenGrabbed  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getScreenRegion()
  
  
      
        
          | virtual QRect IVideoSettings::getScreenRegion  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getVideoDev()
  
  
      
        
          | virtual QString IVideoSettings::getVideoDev  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setCamVideoFPS()
  
  
      
        
          | virtual void IVideoSettings::setCamVideoFPS  | 
          ( | 
          float  | 
          newValue | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ setCamVideoRes()
  
  
      
        
          | virtual void IVideoSettings::setCamVideoRes  | 
          ( | 
          QRect  | 
          newValue | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ setScreenGrabbed()
  
  
      
        
          | virtual void IVideoSettings::setScreenGrabbed  | 
          ( | 
          bool  | 
          value | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ setScreenRegion()
  
  
      
        
          | virtual void IVideoSettings::setScreenRegion  | 
          ( | 
          const QRect &  | 
          value | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ setVideoDev()
  
  
      
        
          | virtual void IVideoSettings::setVideoDev  | 
          ( | 
          const QString &  | 
          deviceSpecifier | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
The documentation for this class was generated from the following files: