CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
MvdXmlHostAppServices.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, 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-2022 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
38{
39public:
40 //DOM-IGNORE-BEGIN
42 //DOM-IGNORE-END
43
48
53
59
64 virtual OdRxClass* databaseClass() const;
65
99 const OdString& filename,
100 OdDbBaseDatabase* pDb = 0,
101 FindFileHint hint = kDefault);
102
110 virtual const OdString program();
111
119 virtual const OdString product();
120
128 virtual const OdString companyName();
129
137
144 virtual const OdString versionString();
145
152 unsigned int errorCode, ...);
153
163
174
197 const OdString& fontName,
198 OdFontType fontType);
199
221 const OdString& fontName,
222 OdFontType fontType);
223
236 const OdFont& pFont,
237 OdChar unicodeChar, OdDbBaseDatabase* pDb);
238
248};
249
250#include "TD_PackPop.h"
251
252#endif // !defined(ODA_ODMVDXMLHOSTAPPSERVICES_H_INCLUDED_)
@ kDefault
Definition: BrEnums.h:132
OdFontType
Definition: OdFont.h:52
wchar_t OdChar
Definition: OdFont.h:371
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