3 <TITLE>SharedObject.htm
</TITLE>
4 <style type=
"text/css">
6 .Default {background-color: rgb
(255,255,255); color: rgb
(0,0,0); font-family: 'Dutch801 Rm BT'; font-size: 12pt}
7 .OBOS-Function-Def {background-color: rgb
(255,255,255); color: rgb
(0,0,0); font-family: 'Dutch801 Rm BT'; font-size: 16pt}
8 .OBOS-Title {background-color: rgb
(255,255,255); color: rgb
(0,128,0); font-family: 'Dutch801 Rm BT'; font-size: 24pt}
9 .Text-Background {background-color: rgb
(255,255,255)}
14 .WP-Default {text-align: left
; text-indent: 0px; margin-left: 0px; margin-right: 0px}
18 <BODY BGCOLOR=
"#ffffff">
19 <DIV class=
"sheet" id=
"Sheet 1">
20 <P class=
"Body" style=
"margin: 0px"><span class=
"OBOS-Title">SharedObjectf class
</span><span style=
"color: rgb(0,0,0); font-size: 24pt"></span></P>
21 <P class=
"Body" style=
"margin: 0px"><BR>
22 The FontStyle class represents the particular style in a font family, such as Bold, Roman, etc. and provides information on an individual font, such as whether it has a fixed width, whether it is scalable etc. It also houses all instances of the individual style.
</P>
23 <P class=
"Body" style=
"margin: 0px"><BR>
26 <P class=
"Body" style=
"margin: 0px">Member Functions
</P>
27 <P class=
"Body" style=
"margin: 0px"><BR>
29 <TABLE WIDTH=
617 HEIGHT=
68 BORDER=
1 CELLPADDING=
1 CELLSPACING=
2>
31 <TD WIDTH=
203 HEIGHT=
17>
32 <P class=
"Body" style=
"margin: 0px">SharedObject(void)
</P>
34 <TD WIDTH=
260 HEIGHT=
17>
35 <P class=
"Body" style=
"margin: 0px">virtual SharedObject(void)
</P>
39 <TD WIDTH=
203 HEIGHT=
17>
40 <P class=
"Body" style=
"margin: 0px">virtual void AddDependent(void)
</P>
42 <TD WIDTH=
260 HEIGHT=
17>
43 <P class=
"Body" style=
"margin: 0px">virtual void RemoveDependent(void)
</P>
47 <TD WIDTH=
203 HEIGHT=
17>
48 <P class=
"Body" style=
"margin: 0px">virtual bool HasDependents(void)
</P>
50 <TD WIDTH=
260 HEIGHT=
17>
55 <P class=
"Body" style=
"margin: 0px"><BR>
59 <P class=
"Body" style=
"margin: 0px"><span class=
"OBOS-Function-Def">SharedObject(void)
</span></P>
60 <P class=
"Body" style=
"margin: 0px"><BR>
61 1) Sets dependent count to
0</P>
62 <P class=
"Body" style=
"margin: 0px"><BR>
64 <span class=
"OBOS-Function-Def">virtual ~SharedObject(void)
</span></P>
65 <P class=
"Body" style=
"margin: 0px"><BR>
67 <P class=
"Body" style=
"margin: 0px"><BR>
69 <span class=
"OBOS-Function-Def">virtual void AddDependent(void)
</span></P>
70 <P class=
"Body" style=
"margin: 0px"><BR>
71 1) Increments dependent count
</P>
72 <P class=
"Body" style=
"margin: 0px"><BR>
74 <span class=
"OBOS-Function-Def">virtual void RemoveDependent(void)
</span></P>
75 <P class=
"Body" style=
"margin: 0px"><BR>
76 1) Decrements dependent count if greater than
0</P>
77 <P class=
"Body" style=
"margin: 0px"><BR>
79 <span class=
"OBOS-Function-Def">virtual bool HasDependents(void)
</span></P>
80 <P class=
"Body" style=
"margin: 0px"><BR>
81 1) if dependent count
> 0, return true. Otherwise, return false.
</P>
82 <DIV class=
"layer" id=
"Layer 1">