#include <SPrefEvent.h>
Inherits SEvent.
Inheritance diagram for SPrefEvent:

Public Types | |
| enum | Id { JOBLAYOUT, MACHLAYOUT, ALGSETTINGS, LOGSETTINGS } | 
| enum | Type {  ILLEGAL, SCHEDEVENT, VISEVENT, EDITEVENT, PREFEVENT, ALGEVENT }  | 
Public Methods | |
| SPrefEvent (Id id) | |
| virtual Type | getType () const | 
| Id | getId () const | 
| virtual void | write (std::ostream &rOs) const | 
      
  | 
  
| 
 possible PrefEvent Ids are: JOBLAYOUT, MACHLAYOUT, ALGSETTINGS, LOGSETTINGS  | 
  
      
  | 
  
| 
 Types of events : ILLEGAL, SCHEDEVENT, VISEVENT, EDITEVENT, PREFEVENT  | 
  
      
  | 
  
| 
 Constructor 
  | 
  
      
  | 
  
| 
 Get Id of event 
 
  | 
  
      
  | 
  
| 
 Get type of event 
 
 Reimplemented from SEvent.  | 
  
      
  | 
  
| 
 Write the information that an event carrys to an output stream in a formatted way 
 Reimplemented in SRecEvent, STSysEditEvent, and STSysSchedEvent.  | 
  
1.2.18