INodeDisplayProperties Class Reference
 
 
 
INodeDisplayProperties Class Reference

#include <INodeDisplayProperties.h>

Inheritance diagram for INodeDisplayProperties:
FPMixinInterface FPInterface BaseInterface InterfaceServer MaxHeapOperators

Class Description

class INodeDisplayProperties : public FPMixinInterface

Description:
This class is only available in release 10 or later.

This class defines an interface for accessing a node's new display properties dealing with degradation and bundling.

An instance of this interface can be retrieved using the following line of code (assuming 'node' is of type INode*):
static_cast<INodeDisplayProperties*>(node->GetInterface(NODEDISPLAYPROPERTIES_INTERFACE))


// Provides access to the nodes layer and bylayer bits
These gets/set the degradation bit which allows the user to set a node never to degrade
virtual BOOL    GetAdaptivedegradationNeverDegrade      ()              =       0;
virtual void    SetAdaptivedegradationNeverDegrade      (BOOL)  =       0;

Public Member Functions

virtual BOOL  GetAdaptivedegradationNeverDegrade ()=0
virtual void  SetAdaptivedegradationNeverDegrade (BOOL on)=0

Member Function Documentation

virtual BOOL GetAdaptivedegradationNeverDegrade ( ) [pure virtual]
virtual void SetAdaptivedegradationNeverDegrade ( BOOL  on ) [pure virtual]