CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
MvdXmlHostAppServices.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24#if !defined(ODA_ODMVDXMLHOSTAPPSERVICES_H_INCLUDED_)
25#define ODA_ODMVDXMLHOSTAPPSERVICES_H_INCLUDED_
26
27#if _MSC_VER > 1000
28#pragma once
29#endif // _MSC_VER > 1000
30
31#include "mvdXMLBuildOptions.h"
33#include "MvdXmlProcessor.h"
34
35#include "TD_PackPush.h"
36
41{
42public:
43 //DOM-IGNORE-BEGIN
45 //DOM-IGNORE-END
46
51
56
63
68 virtual OdRxClass* databaseClass() const;
69
103 const OdString& filename,
104 OdDbBaseDatabase* pDb = 0,
105 FindFileHint hint = kDefault);
106
114 virtual const OdString program();
115
123 virtual const OdString product();
124
132 virtual const OdString companyName();
133
141
148 virtual const OdString versionString();
149
156 unsigned int errorCode, ...);
157
167
178
201 const OdString& fontName,
202 OdFontType fontType);
203
225 const OdString& fontName,
226 OdFontType fontType);
227
240 const OdFont& pFont,
241 OdChar unicodeChar, OdDbBaseDatabase* pDb);
242};
243
244#include "TD_PackPop.h"
245
246#endif // !defined(ODA_ODMVDXMLHOSTAPPSERVICES_H_INCLUDED_)
OdRxObject OdDbBaseDatabase
enum OdTagFontType OdFontType
wchar_t OdChar
virtual OdString formatMessage(unsigned int errorCode,...)
virtual OdString getSubstituteFontByChar(const OdFont &pFont, OdChar unicodeChar, OdDbBaseDatabase *pDb)
virtual const OdString product()
virtual const OdString releaseMajorMinorString()
virtual OdString getSubstituteFont(const OdString &fontName, OdFontType fontType)
virtual OdString findFile(const OdString &filename, OdDbBaseDatabase *pDb=0, FindFileHint hint=kDefault)
OdMvdXml::OdMvdXmlProcessorPtr getProcessor(OdMvdXml::ProccesorType type)
virtual OdString getPreferableFont(const OdString &fontName, OdFontType fontType)
virtual const OdString companyName()
ODRX_DECLARE_MEMBERS(OdMvdXmlHostAppServices)
virtual OdString getFontMapFileName() const
virtual OdString getAlternateFontName() const
virtual const OdString program()
virtual OdRxClass * databaseClass() const
virtual const OdString versionString()
GLuint GLsizei GLsizei GLint GLenum * type
Definition gles2_ext.h:274
#define MVDXML_EXPORT
OdSmartPtr< OdMvdXmlProcessor > OdMvdXmlProcessorPtr