#include <fileManagerView.hpp>
Public Member Functions | |
| FileManagerView () | |
| Constructor.   | |
| virtual | ~FileManagerView () | 
| wxString | openFileChoose (wxWindow *parent, wxString message, wxString wildcard) | 
| Shows an open file dialog.   | |
| wxString | saveFileChoose (wxWindow *parent, wxString message, wxString wildcard) | 
| Shows a save file dialog.   | |
Private Member Functions | |
| wxString | fileChoose (wxWindow *parent, wxString message, wxString wildcard, long style) | 
| Shows a file dialog.   | |
This class provides some views for interacting with the file system, such as open or save file dialogs.
Definition at line 35 of file fileManagerView.hpp.
      
  | 
  
| 
 Constructor. Default constructor, it does not take any parameter. Definition at line 28 of file fileManagerView.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 32 of file fileManagerView.cpp.  | 
  
      
  | 
  ||||||||||||||||||||
| 
 Shows a file dialog. 
 
 
 Definition at line 76 of file fileManagerView.cpp. Referenced by openFileChoose(), and saveFileChoose().  | 
  
      
  | 
  ||||||||||||||||
| 
 Shows an open file dialog. 
 
 
 Definition at line 43 of file fileManagerView.cpp. References fileChoose(). Referenced by ForbiddenPatternManager::appendFPs(), RuleManager::appendRules(), and TruthTableManager::appendTables(). Here is the call graph for this function: ![]()  | 
  
      
  | 
  ||||||||||||||||
| 
 Shows a save file dialog. 
 
 
 Definition at line 59 of file fileManagerView.cpp. References fileChoose(). Referenced by MainController::save(), MainController::saveAs(), TruthTableManager::saveFile(), RuleManager::saveFile(), LayoutManager::saveFile(), ForbiddenPatternManager::saveFile(), TruthTableManager::saveFileAs(), RuleManager::saveFileAs(), LayoutManager::saveFileAs(), and ForbiddenPatternManager::saveFileAs(). Here is the call graph for this function: ![]()  | 
  
 1.4.6