FRX SDK Documentation
2025 SP0
Loading...
Searching...
No Matches
SDK
FxARX
_impl_include
amodeler
Surface.h
Go to the documentation of this file.
1
//
2
// (C) Copyright 2005-2024 by Graebert GmbH.
3
//
4
// Permission to use, copy, modify, and distribute this software in
5
// object code form for any purpose and without fee is hereby granted,
6
// provided that the above copyright notice appears in all copies and
7
// that both that copyright notice and the limited warranty and
8
// restricted rights notice below appear in all supporting
9
// documentation.
10
//
11
// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
12
// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
13
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
14
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
15
// UNINTERRUPTED OR ERROR FREE.
16
17
#pragma once
18
19
#include "
Entity.h
"
20
21
class
Body
;
22
class
SaveRestoreCallback
;
23
24
class
ARX_API
Surface
:
public
Entity
25
{
26
public
:
27
enum
Type
28
{
29
Default
30
};
31
public
:
32
Surface
();
33
Surface
(
Body
* ) ;
34
Surface
(
Surface
&& ) ;
35
Surface
(
Surface
const
& ) ;
36
Surface
&
operator=
(
Surface
&& ) ;
37
Surface
&
operator=
(
Surface
const
& ) ;
38
Surface
*
next
(
void
)
const
;
39
virtual
~Surface
(
void
) ;
40
virtual
void
restore
(
SaveRestoreCallback
* ) ;
41
virtual
void
save
(
SaveRestoreCallback
* )
const
;
42
void
__autoclassinit2
(
unsigned
__int64
) ;
43
void
setNext
(
Surface
* ) ;
44
};
ARX_API
#define ARX_API
Definition
_impl_include/ac1st/CommonHeader.h:21
Entity.h
AcArrayObjectCopyReallocator
Definition
_AcArray.h:21
Body
Definition
Body.h:44
Entity
Definition
Entity.h:20
SaveRestoreCallback
Definition
SaveRestoreCallback.h:20
Surface
Definition
Surface.h:25
Surface::~Surface
virtual ~Surface(void)
Surface::next
Surface * next(void) const
Surface::save
virtual void save(SaveRestoreCallback *) const
Surface::operator=
Surface & operator=(Surface const &)
Surface::Surface
Surface(Body *)
Surface::Surface
Surface()
Surface::Type
Type
Definition
Surface.h:28
Surface::Surface
Surface(Surface const &)
Surface::restore
virtual void restore(SaveRestoreCallback *)
Surface::setNext
void setNext(Surface *)
Surface::Surface
Surface(Surface &&)
Surface::__autoclassinit2
void __autoclassinit2(unsigned __int64)
Surface::operator=
Surface & operator=(Surface &&)
Generated on Mon Mar 4 2024 12:50:08