VR-Forces 5.0.3 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCore
DtSetVisibilityInterface.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2010 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
14
namespace
makVrv
15
{
16
17
class
DtDe;
18
22
class
DT_DLL_VRVCORE
DtSetVisibilityInterface
23
{
24
public
:
25
26
virtual
~
DtSetVisibilityInterface
();
27
29
virtual
void
setVisible(
bool
visible ) = 0;
30
31
};
32
33
}
makVrv::DtSetVisibilityInterface
Interface for classes with settable visibility, such as a 3D model or 2D graphic. ...
Definition:
DtSetVisibilityInterface.h:22
DT_DLL_VRVCORE
#define DT_DLL_VRVCORE
Definition:
vrvCore.h:20
vrvCore.h
Contains DLL export macros.
Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)