IFPLayerManager Class Reference
 
 
 
IFPLayerManager Class Reference

This reference page is linked to from the following overview topics: Iterating over Layers by Name, Iterating over Layers by Index.


#include <ILayerProperties.h>

Inheritance diagram for IFPLayerManager:
FPStaticInterface FPInterfaceDesc FPInterface BaseInterface InterfaceServer MaxHeapOperators

Public Member Functions

virtual ILayerProperties getLayer (int which)=0
virtual ILayerProperties newLayer (void)=0
virtual BOOL  deleteLayer (const MCHAR *)=0
virtual BOOL  deleteLayer (MCHAR *name) MAX_SEALED
virtual ILayerProperties getLayer (const MCHAR *)=0
virtual ILayerProperties getLayer (MCHAR *name) MAX_SEALED
virtual ILayerProperties newLayer (const MCHAR *)=0
virtual ILayerProperties newLayer (MCHAR *name) MAX_SEALED
virtual int  getCount (void)=0
virtual ILayerProperties getCurrent (void)=0

Member Function Documentation

virtual ILayerProperties* getLayer ( int  which ) [pure virtual]
virtual ILayerProperties* newLayer ( void  ) [pure virtual]
virtual BOOL deleteLayer ( const MCHAR *  ) [pure virtual]
virtual BOOL deleteLayer ( MCHAR *  name ) [inline, virtual]
Deprecated:
Deprecated method in terms of implementation as of 3ds Max 2013 - re-implement with const MCHAR* method signature
{ return deleteLayer(const_cast<const MCHAR*>(name)); }
virtual ILayerProperties* getLayer ( const MCHAR *  ) [pure virtual]
virtual ILayerProperties* getLayer ( MCHAR *  name ) [inline, virtual]
Deprecated:
Deprecated method in terms of implementation as of 3ds Max 2013 - re-implement with const MCHAR* method signature
{ return getLayer(const_cast<const MCHAR*>(name)); }
virtual ILayerProperties* newLayer ( const MCHAR *  ) [pure virtual]
virtual ILayerProperties* newLayer ( MCHAR *  name ) [inline, virtual]
Deprecated:
Deprecated method in terms of implementation as of 3ds Max 2013 - re-implement with const MCHAR* method signature
{ return newLayer(const_cast<const MCHAR*>(name)); }
virtual int getCount ( void  ) [pure virtual]
virtual ILayerProperties* getCurrent ( void  ) [pure virtual]