libMVRgdtf
40bc00a
A library for GDTF and MVR
Loading...
Searching...
No Matches
CGdtfUserPreset.h
Go to the documentation of this file.
1
//-----------------------------------------------------------------------------
2
//----- Copyright deersoft 2015 - 2018 www.deersoft.de
3
//-----------------------------------------------------------------------------
4
#pragma once
5
6
#include "
Include/IMediaRessourceVectorInterface.h
"
7
#include "
GDTFManager.h
"
8
9
namespace
VectorworksMVR
10
{
11
//----------------------------------------------------------------------------------------
12
class
CGdtfUserPresetImpl
:
public
VCOMImpl
<IGdtfUserPreset>
13
{
14
public
:
15
CGdtfUserPresetImpl
();
16
virtual
~CGdtfUserPresetImpl
();
17
18
private
:
19
SceneData::GdtfUserPreset
* fUserPreset;
20
21
public
:
22
void
setPointer
(
SceneData::GdtfUserPreset
* userPreset);
23
24
};
25
const
VWIID
IID_GdtfUserPreset
= { 0x4fe829da, 0x5d65, 0x4c72, {0xb2, 0x76, 0xcc, 0x86, 0x4f, 0x4f, 0x24, 0xf5}};
26
27
}
GDTFManager.h
IMediaRessourceVectorInterface.h
SceneData::GdtfUserPreset
Definition
GDTFManager.h:2557
VCOMImpl
Definition
StdAfx.h:187
VectorworksMVR::CGdtfUserPresetImpl
Definition
CGdtfUserPreset.h:13
VectorworksMVR::CGdtfUserPresetImpl::setPointer
void setPointer(SceneData::GdtfUserPreset *userPreset)
Definition
CGdtfUserPreset.cpp:20
VectorworksMVR::CGdtfUserPresetImpl::CGdtfUserPresetImpl
CGdtfUserPresetImpl()
Definition
CGdtfUserPreset.cpp:10
VectorworksMVR::CGdtfUserPresetImpl::~CGdtfUserPresetImpl
virtual ~CGdtfUserPresetImpl()
Definition
CGdtfUserPreset.cpp:15
VectorworksMVR
Definition
CieColor.h:9
VectorworksMVR::IID_GdtfUserPreset
const VWIID IID_GdtfUserPreset
Definition
CGdtfUserPreset.h:25
VectorworksMVR::VWIID
Definition
VectorworksMVR.h:32
src
Implementation
CGdtfUserPreset.h