FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbRasterVariables.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
20#include "..\acdb17\AcDb.h"
22#include "..\acad\Acad.h"
23
24class AcDbDatabase;
25class AcDbDwgFiler;
26class AcDbDxfFiler;
27class AcRxClass;
28class AcRxObject;
29
31{
32public:
34 {
35 kImageFrameInvalid = - 1,
36 kImageFrameOff = 0,
37 kImageFrameAbove = 1,
38 kImageFrameBelow = 2
39 };
41 {
42 kImageQualityInvalid = - 1,
43 kImageQualityDraft = 0,
44 kImageQualityHigh = 1
45 };
46public:
47
48
49private:
50 static ClassVersion mVersion;
51
52public:
59
60 static ClassVersion __cdecl classVersion(void);
61
62
64
65 virtual AcDbRasterImageDef::Units userScale(void)const ;
66 virtual FrameSettings imageFrame(void)const ;
67 virtual ImageQuality imageQuality(void)const ;
69 virtual Acad::ErrorStatus dwgOutFields( AcDbDwgFiler *)const ;
71 virtual Acad::ErrorStatus dxfOutFields( AcDbDxfFiler *)const ;
75
77 static void * __cdecl operator new[](size_t);
78 static void * __cdecl operator new[](size_t,char const *,int);
79 static void __cdecl operator delete[](void *);
80
81};
Acad::ErrorStatus ErrorStatus
Definition acdbabb.h:21
#define ACRX_DECLARE_MEMBERS(classname)
Definition addmacro.h:756
AcDbRasterVariables & operator=(AcDbRasterVariables const &)
AcDbRasterVariables(AcDbRasterVariables const &)
OpenMode
Definition dbmain.h:25