CFx SDK Documentation  2023 SP0
Classes | Macros | Typedefs
DbHostAppServices.h File Reference
#include "TD_PackPush.h"
#include "SmartPtr.h"
#include "DbBaseHostAppServices.h"
#include "DbLayoutManager.h"
#include "OdStreamBuf.h"
#include "DbDatabase.h"
#include "OdFont.h"
#include "OdBinaryData.h"
#include "DbSecurity.h"
#include "DbPlotSettingsValidator.h"
#include "ModelerGeometryCreator.h"
#include "SysVarDefs.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbHostAppServices
 
class  OdDbHostAppServices2
 

Macros

#define REGVAR_DEF(type, name, unused3, unused4, unused5)
 

Typedefs

typedef OdSmartPtr< OdDbPageControllerOdDbPageControllerPtr
 

Macro Definition Documentation

◆ REGVAR_DEF

#define REGVAR_DEF (   type,
  name,
  unused3,
  unused4,
  unused5 
)
Value:
protected:\ \
type m_##name;\
public:\ \
SVARS_FUNC_MODIFIER type get##name() const;\
\ \
SVARS_FUNC_MODIFIER void set##name(type val);
GLuint const GLchar * name
Definition: gles2_ext.h:265
GLuint GLsizei GLsizei GLint GLenum * type
Definition: gles2_ext.h:274

Locates the TTF or TTC file containing the specified font description.

Parameters
description[in] Font description.
filename[out] Receives the name of the TrueType font file.
Returns
Returns true and the filename if and only if the font file was found.
Remarks
The non-Windows builds of this function do nothing but return.

Definition at line 434 of file DbHostAppServices.h.

Typedef Documentation

◆ OdDbPageControllerPtr

This template class is a specialization of the OdSmartPtr class for OdDbPageController object pointers.

Definition at line 53 of file DbHostAppServices.h.