#include <scheduling.h>
Inherits QMainWindow.
Inheritance diagram for SchedulingApp:

Public Slots | |
| void | slotFileNew () | 
| void | slotFileOpen () | 
| void | slotFileSave () | 
| void | slotFileSaveAs () | 
| void | slotFileClose () | 
| void | slotFilePrint () | 
| void | slotFileQuit () | 
| void | slotEditCut () | 
| void | slotEditCopy () | 
| void | slotEditPaste () | 
| void | slotViewToolBar (bool toggle) | 
| void | slotViewStatusBar (bool toggle) | 
| void | slotViewPrecDAG (bool toggle) | 
| void | slotViewMachines (bool toggle) | 
| void | slotViewMesh (bool toggle) | 
| void | slotViewGantt (bool toggle) | 
| void | slotViewBib (bool toggle) | 
| void | slotHelpAbout () | 
Public Methods | |
| SchedulingApp () | |
| ~SchedulingApp () | |
| void | initActions () | 
| void | initMenuBar () | 
| void | initToolBar () | 
| void | initStatusBar () | 
| void | initDoc () | 
| void | initView () | 
| bool | queryExit () | 
      
  | 
  
| 
 construtor  | 
  
      
  | 
  
| 
 destructor  | 
  
      
  | 
  
| 
 initializes all QActions of the application  | 
  
      
  | 
  
| 
 setup the document  | 
  
      
  | 
  
| 
 initMenuBar creates the menu_bar and inserts the menuitems  | 
  
      
  | 
  
| 
 setup the statusbar  | 
  
      
  | 
  
| 
 this creates the toolbars. Change the toobar look and add new toolbars in this function  | 
  
      
  | 
  
| 
 setup the mainview  | 
  
      
  | 
  
| 
 overloaded for Message box on last window exit  | 
  
      
  | 
  
| 
 put the marked text/object into the clipboard  | 
  
      
  | 
  
| 
 put the marked text/object into the clipboard and remove it from the document  | 
  
      
  | 
  
| 
 paste the clipboard into the document  | 
  
      
  | 
  
| 
 close the actual file  | 
  
      
  | 
  
| 
 generate a new document in the actual view  | 
  
      
  | 
  
| 
 open a document  | 
  
      
  | 
  
| 
 print the actual file  | 
  
      
  | 
  
| 
 exits the application  | 
  
      
  | 
  
| 
 save a document  | 
  
      
  | 
  
| 
 save a document under a different filename  | 
  
      
  | 
  
| 
 shows an about dlg  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 toggle the statusbar  | 
  
      
  | 
  
| 
 toggle the toolbar  | 
  
1.2.18