summaryrefslogtreecommitdiff
path: root/src/PDocStd/PDocStd_XLink.cxx
blob: fdf800ba1be093b68267fce72ddfdd4398d084fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// File:	PDocStd_XLink.cxx
//      	--------------
// Author:	DAUTRY Philippe
//		<fid@fox.paris1.matra-dtv.fr>
// Copyright:	Matra Datavision 1997

// Version:	0.0
// History:	Version	Date		Purpose
//		0.0	Sep 17 1997	Creation



#include <PDocStd_XLink.ixx>


//=======================================================================
//function : PDocStd_XLink
//purpose  : 
//=======================================================================

PDocStd_XLink::PDocStd_XLink()
{}


//=======================================================================
//function : DocumentEntry
//purpose  : 
//=======================================================================

void PDocStd_XLink::DocumentEntry
(const Handle(PCollection_HAsciiString)& aDocEntry) 
{ myDocEntry = aDocEntry; }


//=======================================================================
//function : DocumentEntry
//purpose  : 
//=======================================================================

Handle(PCollection_HAsciiString) PDocStd_XLink::DocumentEntry() const
{ return myDocEntry; }


//=======================================================================
//function : LabelEntry
//purpose  : 
//=======================================================================

void PDocStd_XLink::LabelEntry
(const Handle(PCollection_HAsciiString)& aLabEntry) 
{ myLabEntry = aLabEntry; }


//=======================================================================
//function : LabelEntry
//purpose  : 
//=======================================================================

Handle(PCollection_HAsciiString) PDocStd_XLink::LabelEntry() const
{ return myLabEntry; }