rwlogo

Rogue Wave Views
Application Framework Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
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

const IlPathName& IlvDvFileInfo::getPathname ( ) const

Gets the path of the object.

Returns
The path of the referenced file.
void IlvDvFileInfo::lock ( )

Locks the object.

Adds a reference to the object.

See Also
unLock();
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.

void IlvDvFileInfo::unLock ( )

Unlocks the object.

Removes a reference from the object.

See Also
lock();

© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.