Library | File

Class pfcViewOId

# include <pfcView.h>

class pfcViewOId
 : public virtual pfcStringOId
{
    xdeclare(pfcViewOId)
    ...
};
This is a COMPACT class.



Description

This class specifies the identifier of a view. A view is identified by its name.



Method Summary

static pfcViewOId_ptrCreate (xrstring Name)
Creates a new view identifier object using a supplied name.


Methods Inherited from Class pfcStringOId:

GetName



Method Detail

static pfcViewOId_ptrCreate (xrstring Name)

Creates a new view identifier object using a supplied name.
Parameters:
Name
The name of the view
Returns:
The new view identifier object