#include <QtApp.h>
Definition at line 13 of file QtApp.h.
 
◆ QtApp()
      
        
          | dyno::QtApp::QtApp  | 
          ( | 
          int |           argc = 0,  | 
        
        
           | 
           | 
          char ** |           argv = NULL ) | 
        
      
 
 
◆ ~QtApp()
◆ initialize()
  
  
      
        
          | void dyno::QtApp::initialize  | 
          ( | 
          int |           width,  | 
         
        
           | 
           | 
          int |           height,  | 
         
        
           | 
           | 
          bool |           usePlugin = true ) | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ mainLoop()
  
  
      
        
          | void dyno::QtApp::mainLoop  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ renderWindow()
◆ setSceneGraph()
  
  
      
        
          | void dyno::QtApp::setSceneGraph  | 
          ( | 
          std::shared_ptr< SceneGraph > |           scn | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ setWindowTitle()
      
        
          | void dyno::QtApp::setWindowTitle  | 
          ( | 
          const std::string & |           str | ) | 
           | 
        
      
 
Set customized window title; otherwise, the default title will be shown 
Definition at line 80 of file QtApp.cpp.
 
 
◆ mMainWindow
◆ mQApp
  
  
      
        
          | std::shared_ptr<QApplication> dyno::QtApp::mQApp | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files:
- D:/Peridyno/peridyno/src/Rendering/GUI/QtGUI/QtApp.h
 
- D:/Peridyno/peridyno/src/Rendering/GUI/QtGUI/QtApp.cpp