| Views Application Framework Package API Reference Guide  | 
      
         Views Documentation Home  | 
    
Application Framework file information class. More...
#include <ilviews/appframe/project/fileinfo.h>
  
Public Member Functions | |
| const IlPathName & | getPathname () const | 
| Gets the path of the object.  More... | |
| void | lock () | 
| Locks the object.  More... | |
| virtual void | serialize (IlvDvStream &stream) | 
Serializes file information, such as its path, into the stream object.  More... | |
| void | unLock () | 
| Unlocks the object.  More... | |
Application Framework file information class.
Library: ilvappframe
IlvDvFileInfo is a subclass of IlvDvSerializable.
 It stores information on a file, such as its path. 
| const IlPathName& IlvDvFileInfo::getPathname | ( | ) | const | 
Gets the path of the object.
| void IlvDvFileInfo::lock | ( | ) | 
      
  | 
  virtual | 
Serializes file information, such as its path, into the stream object. 
| stream | Specifies the stream from which data is serialized. | 
Reimplemented from IlvDvSerializable.
| void IlvDvFileInfo::unLock | ( | ) |