Cat
lbcat-cmake
CatCore
src
Interface.cpp
Go to the documentation of this file.
1
// $Id: $
2
// Include files
3
4
5
// local
6
#include "
Interface.h
"
7
#include "
IOdata.h
"
8
9
//-----------------------------------------------------------------------------
10
// Implementation file for class : Interface
11
//
12
// 2006-10-23 :
13
//-----------------------------------------------------------------------------
14
15
//=============================================================================
16
// Standard constructor, initializes variables
17
//=============================================================================
18
Interface::Interface
( ) {
19
setName
(
"Interface"
);
20
setType
(
"Interface"
);
21
add
(
Attrib::ELEMENT
);
add
(
Attrib::INTERFACE
);
22
}
23
//=============================================================================
24
// Destructor
25
//=============================================================================
26
Interface::~Interface
() {}
27
28
//=============================================================================
Attrib::add
void add(int attribut)
Definition:
Attrib.h:67
Object::setName
void setName(std::string name)
Definition:
Object.h:51
Interface::~Interface
virtual ~Interface()
Destructor.
Definition:
Interface.cpp:26
Object::setType
void setType(std::string type)
Definition:
Object.h:52
Attrib::ELEMENT
Definition:
Attrib.h:36
Interface::Interface
Interface()
Standard constructor.
Definition:
Interface.cpp:18
Attrib::INTERFACE
Definition:
Attrib.h:33
IOdata.h
Interface.h
Generated by
1.8.13