Views
Application Framework Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IlvDvFileInfo Class Reference

Application Framework file information class. More...

#include <ilviews/appframe/project/fileinfo.h>

Inheritance diagram for IlvDvFileInfo:
IlvDvSerializable

Public Member Functions

const IlPathNamegetPathname () 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...
 

Detailed Description

Application Framework file information class.

Library: ilvappframe

IlvDvFileInfo is a subclass of IlvDvSerializable.
It stores information on a file, such as its path.

Member Function Documentation

◆ getPathname()

const IlPathName& IlvDvFileInfo::getPathname ( ) const

Gets the path of the object.

Returns
The path of the referenced file.

◆ lock()

void IlvDvFileInfo::lock ( )

Locks the object.

Adds a reference to the object.

See also
unLock();

◆ serialize()

virtual void IlvDvFileInfo::serialize ( IlvDvStream stream)
virtual

Serializes file information, such as its path, into the stream object.

Parameters
streamSpecifies the stream from which data is serialized.

Reimplemented from IlvDvSerializable.

◆ unLock()

void IlvDvFileInfo::unLock ( )

Unlocks the object.

Removes a reference from the object.

See also
lock();