#include <pawseditorapp.h>
Definition at line 79 of file pawseditorapp.h.
 
      
        
          | PawsEditorApp::PawsEditorApp  | 
          ( | 
          iObjectRegistry *  | 
          obj_reg | ) | 
           | 
        
      
 
 
      
        
          | PawsEditorApp::~PawsEditorApp  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void PawsEditorApp::Exit  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | bool PawsEditorApp::GetCamFlag  | 
          ( | 
          int  | 
          flag | ) | 
           | 
        
      
 
Gets the value of the given camera flag. 
- Parameters
 - 
  
    | flag | the editApp::CAM_FLAG to get  | 
  
   
- Returns
 - the value of the specific camera flag 
 
 
 
      
        
          | iConfigManager* PawsEditorApp::GetConfigManager  | 
          ( | 
           | ) | 
           | 
        
      
 
Gets the Configuration Manager. 
- Returns
 - the configuration manager. 
 
 
 
      
        
          | csVector2 PawsEditorApp::GetMousePointer  | 
          ( | 
           | ) | 
           | 
        
      
 
Gets the location of the mouse pointer. 
- Returns
 - the mouse position. 
 
 
 
      
        
          | iVFS* PawsEditorApp::GetVFS  | 
          ( | 
           | ) | 
           | 
        
      
 
Gets the VFS Manager. 
- Returns
 - the VFS manager. 
 
 
 
      
        
          | bool PawsEditorApp::HandleEvent  | 
          ( | 
          iEvent &  | 
          ev | ) | 
           | 
        
      
 
Handles an event from the event handler. 
- Parameters
 - 
  
    | ev | Event the event to handle  | 
  
   
 
 
      
        
          | bool PawsEditorApp::Init  | 
          ( | 
           | ) | 
           | 
        
      
 
Initializes some CS specific stuff, fills most of this classes global variables, and inits eedit specifics. 
- Returns
 - true on success, false otherwise 
 
 
 
      
        
          | void PawsEditorApp::LoadSkin  | 
          ( | 
          const char *  | 
          name | ) | 
           | 
        
      
 
 
      
        
          | bool PawsEditorApp::LoadWidget  | 
          ( | 
          const char *  | 
          file | ) | 
           | 
        
      
 
Loads a single paws widget. 
- Parameters
 - 
  
    | file | the filename of the window to load  | 
  
   
- Returns
 - true if succeeded, false otherwise 
 
 
 
      
        
          | bool PawsEditorApp::LoadWidgets  | 
          ( | 
           | ) | 
           | 
        
      
 
Loads all the paws widgets (windows) 
- Returns
 - true if all succeeded to load, false if any had an error 
 
 
 
      
        
          | void PawsEditorApp::OpenImageList  | 
          ( | 
          const csString &  | 
          text | ) | 
           | 
        
      
 
 
      
        
          | void PawsEditorApp::OpenWidget  | 
          ( | 
          const csString &  | 
          text | ) | 
           | 
        
      
 
 
      
        
          | csPtr<iDocumentNode> PawsEditorApp::ParseWidgetFile  | 
          ( | 
          const char *  | 
          widgetFile | ) | 
           | 
        
      
 
 
      
        
          | csPtr<iDocumentNode> PawsEditorApp::ParseWidgetFile_mod  | 
          ( | 
          const char *  | 
          widgetFile | ) | 
           | 
        
      
 
 
      
        
          | void PawsEditorApp::ReloadWidget  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void PawsEditorApp::SetCamFlag  | 
          ( | 
          int  | 
          flag,  | 
        
        
           | 
           | 
          bool  | 
          val  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Sets the given camera flag. 
- Parameters
 - 
  
    | flag | the editApp::CAM_FLAG to set  | 
    | val | the new value of the camera flag  | 
  
   
 
 
      
        
          | void PawsEditorApp::SevereError  | 
          ( | 
          const char *  | 
          msg | ) | 
           | 
        
      
 
Reports a severe error in the application. 
- Parameters
 - 
  
  
 
 
 
  
  
      
        
          | void PawsEditorApp::ShowSkinSelector  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const char* PawsEditorApp::APP_NAME | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const char* PawsEditorApp::CONFIG_FILENAME | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const char* PawsEditorApp::KEY_DEFS_FILENAME | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const char* PawsEditorApp::WINDOW_CAPTION | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: