A Qt display window.  
 More...
A Qt display window. 
Use asDisplay to get a ic4::Display representing the display. The ic4::Display can then be passed to ic4::Grabber::streamSetup. 
 
◆ DisplayWindow()
  
  
      
        
          | DisplayWindow  | 
          ( | 
          QWidget *  | 
          parent = nullptr,  | 
         
        
           | 
           | 
          ::Qt::WindowFlags  | 
          f = ::Qt::WindowFlags()  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Create a new Qt display window. 
- Parameters
 - 
  
    | parent | A parent widget  | 
    | f | Window flags  | 
  
   
 
 
◆ asDisplay()
Returns a ic4::Display to connect this display window to a data stream. 
- Returns
 - A 
shared_ptr to a ic4::Display for this display window.