rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Application Framework Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDvFileInfo Class Reference

Application Framework file information class. More...

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

Inheritance diagram for IlvDvFileInfo:
IlvDvSerializable

List of all members.

Public Member Functions

const IlPathNamegetPathname () const
 Gets the path of the object.
void lock ()
 Locks the object.
virtual void serialize (IlvDvStream &stream)
 Serializes file information, such as its path, into the stream object.
void unLock ()
 Unlocks the object.

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:
stream Specifies 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();
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© Copyright 2012, 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.