Library | File

Class pfcSimpRepGraphics

# include <pfcSimpRep.h>

class pfcSimpRepGraphics
 : public virtual pfcSimpRepAction
{
    xdeclare(pfcSimpRepGraphics)
    ...
};
This is a COMPACT class.



Description

Use the "graphics only" representation of the component.



Method Summary

static pfcSimpRepGraphics_ptrCreate ()
Creates a new object that represents the "graphics only" representation of the component.


Methods Inherited from Class pfcSimpRepAction:

GetType



Method Detail

static pfcSimpRepGraphics_ptrCreate ()

Creates a new object that represents the "graphics only" representation of the component.

The return value is used as a component of pfcSimpRepItem .
Manual References:
Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
Returns:
The pfcSimpRepGraphics object.