WebLVC 1.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
pArealObject.h File Reference

Contains the DtPortalArealObject class declaration. More...

Go to the source code of this file.

Classes

class  MAKVrExchange::DtPortalArealObject
 Portal areal object for sending areal object types (minefield, etc.). More...
 

Namespaces

 MAKVrExchange
 

Macros

#define DtDEC_APPEARANCE(P, p, T, N, n, E)
 This macro defines a setter and getter for a specific attribute within the appearance attribute, performing bit shifting and casting automatically. More...
 

Detailed Description

Contains the DtPortalArealObject class declaration.

Macro Definition Documentation

#define DtDEC_APPEARANCE (   P,
  p,
  T,
  N,
  n,
 
)
Value:
public : \
void set##N( const T& val ) {\
set##P##AppearanceAttribute( E, DtAppearAttrVal( val << E##BitShift ) );\
}\
T n() const { return (T)( p##AppearanceAttribute(E) >> E##BitShift ); }\

This macro defines a setter and getter for a specific attribute within the appearance attribute, performing bit shifting and casting automatically.


Document ID: Generated on Wed Mar 12 15:05:17 EDT 2025 from SVN revision 274272
Copyright © 2005-2025 MAK Technologies. All Rights Reserved (www.mak.com)