rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Application Framework Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDvFileItem Class Reference

Application Framework project file item class. More...

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

Inheritance diagram for IlvDvFileItem:
IlvDvProjectItem IlvTreeGadgetItem IlvGadgetItem

List of all members.

Public Member Functions

 IlvDvFileItem (IlvDisplay *display, IlvDvFileInfo *fileInfo)
 Constructs an IlvDvFileItem object.
virtual const IlSymbolgetPopupMenuResouceId () const
 Returns a menu resource identifier.
virtual IlBoolean isFile () const
 Returns IlTrue if the class is derived from the IlvDvFileItem class.

Protected Member Functions

virtual IlvDvProjectItem_duplicate () const
 Returns a copy of the object.

Detailed Description

Application Framework project file item class.

Library: ilvappframe

IlvDvFileItem is a subclass of IlvDvProjectItem. It references a file using an IlvDvFileInfo object. When this file item is activated in a project view, the project document opens a document for the file associated with the file item.


Constructor & Destructor Documentation

IlvDvFileItem::IlvDvFileItem ( IlvDisplay display,
IlvDvFileInfo fileInfo 
)

Constructs an IlvDvFileItem object.

This constructor creates an instance of IlvDvFileItem according to the parameters display and fileInfo. The item label is set to the base name of the file name stored in the fileInfo object.


Member Function Documentation

virtual IlvDvProjectItem* IlvDvFileItem::_duplicate (  )  const [protected, virtual]

Returns a copy of the object.

This method is only used by the duplicate method for duplicating the object without duplicating its child items. This method must be redefined by all the derived classes.

Returns:
A copy of the object.

Reimplemented from IlvDvProjectItem.

virtual const IlSymbol* IlvDvFileItem::getPopupMenuResouceId (  )  const [virtual]

Returns a menu resource identifier.

Returns the resource identifier of the popup menu shown when a right-click occurs on the item.

Returns:
The popup menu resource identifier.

Reimplemented from IlvDvProjectItem.

virtual IlBoolean IlvDvFileItem::isFile (  )  const [virtual]

Returns IlTrue if the class is derived from the IlvDvFileItem class.

Returns:
IlTrue if the class is derived from the IlvDvFileItem class.

Reimplemented from IlvDvProjectItem.

 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.