FRX SDK Documentation
2025 SP0
Loading...
Searching...
No Matches
SDK
FxARX
_impl_include
AcSceneOE
AcDbLightList.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
19
#include "
..\acdb17\AcDbObject.h
"
20
#include "
..\acad\Acad.h
"
21
22
template
<
typename
Param1 >
class
AcArrayMemCopyReallocator
;
23
template
<
typename
Param1 >
class
AcArrayObjectCopyReallocator
;
24
class
AcDbDwgFiler
;
25
class
AcDbDxfFiler
;
26
class
AcDbEntity
;
27
class
AcDbObjectId
;
28
class
AcRxClass
;
29
class
AcRxObject
;
30
class
AcString
;
31
32
class
ARX_API
AcDbLightList
:
public
AcDbObject
33
{
34
35
public
:
36
AcDbLightList
(
AcDbLightList
const
&);
37
AcDbLightList
(
AcString
);
38
AcDbLightList
(
void
);
39
AcDbLightList
&
operator=
(
AcDbLightList
const
&);
40
Acad::ErrorStatus
setLightNames
(
AcArray
<
AcString
,
AcArrayObjectCopyReallocator< AcString>
>
const
&);
41
Acad::ErrorStatus
setLights
(
AcDbObjectIdArray
const
&);
42
ACRX_DECLARE_MEMBERS
(
AcDbLightList
)
43
virtual
~
AcDbLightList
(
void
);
44
virtual
bool
hasLight(
AcDbObjectId
const &)const ;
45
virtual
bool
hasLight(
AcString
const &)const ;
46
virtual
AcDbObjectIdArray
getLights(
void
)const ;
47
virtual
AcArray
<
AcString
,
AcArrayObjectCopyReallocator
<
AcString
> > getLightNames(
void
)const ;
48
virtual
AcDbObjectId
getLight(
AcString
const &)const ;
49
virtual
Acad
::
ErrorStatus
add(
AcDbEntity
const *);
50
virtual
Acad
::
ErrorStatus
add(
AcDbObjectId
const &);
51
virtual
Acad
::
ErrorStatus
dwgInFields(
AcDbDwgFiler
*);
52
virtual
Acad
::
ErrorStatus
dwgOutFields(
AcDbDwgFiler
*)const ;
53
virtual
Acad
::
ErrorStatus
dxfInFields(
AcDbDxfFiler
*);
54
virtual
Acad
::
ErrorStatus
dxfOutFields(
AcDbDxfFiler
*)const ;
55
virtual
Acad
::
ErrorStatus
remove(
AcDbEntity
const *);
56
virtual
Acad
::
ErrorStatus
remove(
AcDbObjectId
const &);
57
58
};
ARX_API
#define ARX_API
Definition
_impl_include/ac1st/CommonHeader.h:21
AcDbObject.h
Acad.h
ErrorStatus
Acad::ErrorStatus ErrorStatus
Definition
acdbabb.h:21
ACRX_DECLARE_MEMBERS
#define ACRX_DECLARE_MEMBERS(classname)
Definition
addmacro.h:756
AcArray
Definition
_AcArray.h:155
AcArrayMemCopyReallocator
Definition
_AcArray.h:443
AcArrayObjectCopyReallocator
Definition
_AcArray.h:21
AcDbDwgFiler
Definition
AcDbDwgFiler.h:31
AcDbDxfFiler
Definition
AcDbDxfFiler.h:28
AcDbEntity
Definition
AcDbEntity.h:56
AcDbLightList
Definition
AcDbLightList.h:33
AcDbLightList::AcDbLightList
AcDbLightList(void)
AcDbLightList::operator=
AcDbLightList & operator=(AcDbLightList const &)
AcDbLightList::setLights
Acad::ErrorStatus setLights(AcDbObjectIdArray const &)
AcDbLightList::AcDbLightList
AcDbLightList(AcDbLightList const &)
AcDbLightList::AcDbLightList
AcDbLightList(AcString)
AcDbLightList::setLightNames
Acad::ErrorStatus setLightNames(AcArray< AcString, AcArrayObjectCopyReallocator< AcString > > const &)
AcDbObject
Definition
AcDbObject.h:48
AcDbObjectId
Definition
AcDbObjectId.h:25
AcRxClass
Definition
AcRxClass.h:22
AcRxObject
Definition
AcRxObject.h:27
AcString
Definition
_impl_include/acdb17/AcString.h:23
Generated on Mon Mar 4 2024 12:50:07