Go to the documentation of this file.
   26 #ifndef SUIT_FILEVALIDATOR_H 
   27 #define SUIT_FILEVALIDATOR_H 
   40   virtual bool    canOpen( 
const QString&, 
bool = 
true );
 
   41   virtual bool    canSave( 
const QString&, 
bool = 
true );
 
   43   virtual bool    canReadDir( 
const QString&, 
bool = 
true );
 
   44   virtual bool    canWriteDir( 
const QString&, 
bool = 
true );
 
   52 #endif // SUIT_FILEVALIDATOR_H