CFx SDK Documentation  2023 SP0
Classes | Macros | Typedefs
FxHostAppServices.h File Reference
#include "FxPragmaPush.h"
#include "DDKERNEL.h"
#include <RxObject.h>
#include <DbHostAppServices.h>
#include "FxSysVarDefs.h"
#include "FxPragmaPop.h"

Go to the source code of this file.

Classes

class  CFxHostAppServices
 

Macros

#define FX_REGVAR_DEF(type, name, def_val, filerType, rbType, validation)
 
#define FX_REGVAR_DEF_RO(type, name, def_val, filerType, rbType, validation)    FX_REGVAR_DEF( type, name, def_val, filerType, rbType, validation )
 

Typedefs

typedef OdSmartPtr< CFxHostAppServicesCFxHostAppServicesPtr
 

Macro Definition Documentation

◆ FX_REGVAR_DEF

#define FX_REGVAR_DEF (   type,
  name,
  def_val,
  filerType,
  rbType,
  validation 
)
Value:
virtual type get##name() const = 0; \
virtual void set##name( type value ) = 0;
GLuint const GLchar * name
Definition: gles2_ext.h:265
GLuint GLsizei GLsizei GLint GLenum * type
Definition: gles2_ext.h:274
GLsizei const GLfloat * value
Definition: gles2_ext.h:302

Definition at line 56 of file FxHostAppServices.h.

◆ FX_REGVAR_DEF_RO

#define FX_REGVAR_DEF_RO (   type,
  name,
  def_val,
  filerType,
  rbType,
  validation 
)     FX_REGVAR_DEF( type, name, def_val, filerType, rbType, validation )

Definition at line 60 of file FxHostAppServices.h.

Typedef Documentation

◆ CFxHostAppServicesPtr

Definition at line 136 of file FxHostAppServices.h.