1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
---|
3 | <title>FCollada: FCDocument/FCDObject.h Source File</title> |
---|
4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
5 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
6 | </head><body> |
---|
7 | <!-- Generated by Doxygen 1.4.6-NO --> |
---|
8 | <div class="tabs"> |
---|
9 | <ul> |
---|
10 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
11 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
12 | <li><a href="namespaces.html"><span>Namespaces</span></a></li> |
---|
13 | <li><a href="classes.html"><span>Classes</span></a></li> |
---|
14 | <li id="current"><a href="files.html"><span>Files</span></a></li> |
---|
15 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
16 | </ul></div> |
---|
17 | <div class="tabs"> |
---|
18 | <ul> |
---|
19 | <li><a href="files.html"><span>File List</span></a></li> |
---|
20 | <li><a href="globals.html"><span>File Members</span></a></li> |
---|
21 | </ul></div> |
---|
22 | <h1>FCDocument/FCDObject.h</h1><a href="_f_c_d_object_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span> |
---|
23 | <a name="l00002"></a>00002 <span class="comment"> Copyright (C) 2005-2006 Feeling Software Inc.</span> |
---|
24 | <a name="l00003"></a>00003 <span class="comment"> MIT License: http://www.opensource.org/licenses/mit-license.php</span> |
---|
25 | <a name="l00004"></a>00004 <span class="comment">*/</span> |
---|
26 | <a name="l00005"></a>00005 |
---|
27 | <a name="l00011"></a>00011 <span class="preprocessor">#ifndef __FCD_OBJECT_H_</span> |
---|
28 | <a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#define __FCD_OBJECT_H_</span> |
---|
29 | <a name="l00013"></a>00013 <span class="preprocessor"></span> |
---|
30 | <a name="l00014"></a>00014 <span class="preprocessor">#include "<a class="code" href="_f_u_object_8h.html">FUtils/FUObject.h</a>"</span> |
---|
31 | <a name="l00015"></a>00015 <span class="preprocessor">#include "<a class="code" href="_f_c_document_8h.html">FCDocument/FCDocument.h</a>"</span> |
---|
32 | <a name="l00016"></a>00016 |
---|
33 | <a name="l00029"></a><a class="code" href="class_f_c_d_object.html">00029</a> <span class="keyword">class </span>FCOLLADA_EXPORT <a class="code" href="class_f_c_d_object.html">FCDObject</a> : <span class="keyword">public</span> <a class="code" href="class_f_u_object.html">FUObject</a> |
---|
34 | <a name="l00030"></a>00030 { |
---|
35 | <a name="l00031"></a>00031 <span class="keyword">private</span>: |
---|
36 | <a name="l00032"></a>00032 <a class="code" href="_f_u_object_type_8h.html#8124b8a8706cd10260f8cd5a7bd8e691">DeclareObjectType</a>; |
---|
37 | <a name="l00033"></a>00033 |
---|
38 | <a name="l00034"></a>00034 <span class="comment">// An handle which has no meaning to FCollada but is available for users to</span> |
---|
39 | <a name="l00035"></a>00035 <span class="comment">// attach objects to most FCollada objects.</span> |
---|
40 | <a name="l00036"></a>00036 <span class="keywordtype">void</span>* userHandle; |
---|
41 | <a name="l00037"></a>00037 |
---|
42 | <a name="l00038"></a>00038 <span class="comment">// Don't use this constructor directly.</span> |
---|
43 | <a name="l00039"></a>00039 <a class="code" href="class_f_c_d_object.html">FCDObject</a>(<a class="code" href="class_f_u_object_container.html">FUObjectContainer</a>* container); |
---|
44 | <a name="l00040"></a>00040 |
---|
45 | <a name="l00041"></a>00041 <span class="keyword">public</span>: |
---|
46 | <a name="l00044"></a>00044 <a class="code" href="class_f_c_d_object.html">FCDObject</a>(<a class="code" href="class_f_c_document.html">FCDocument</a>* document); |
---|
47 | <a name="l00045"></a>00045 |
---|
48 | <a name="l00047"></a><a class="code" href="class_f_c_d_object.html#c0f02adcb9379f7336e64a0ec20ce7bf">00047</a> <span class="keyword">virtual</span> ~<a class="code" href="class_f_c_d_object.html">FCDObject</a>() {} |
---|
49 | <a name="l00048"></a>00048 |
---|
50 | <a name="l00051"></a><a class="code" href="class_f_c_d_object.html#6c8a748e2691d69586ab87b46b01e072">00051</a> <span class="keyword">inline</span> <a class="code" href="class_f_c_document.html">FCDocument</a>* GetDocument() { <span class="keywordflow">return</span> (<a class="code" href="class_f_c_document.html">FCDocument</a>*) <a class="code" href="class_f_u_object.html#59dae6757453a8aca0e1aa43c83a3b1b">GetContainer</a>(); } |
---|
51 | <a name="l00052"></a><a class="code" href="class_f_c_d_object.html#1c1cd500d30d514cc8d3cadf1badeae4">00052</a> <span class="keyword">inline</span> <a class="code" href="class_f_c_document.html">FCDocument</a>* GetDocument()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> (<a class="code" href="class_f_c_document.html">FCDocument</a>*) <a class="code" href="class_f_u_object.html#59dae6757453a8aca0e1aa43c83a3b1b">GetContainer</a>(); } |
---|
52 | <a name="l00058"></a><a class="code" href="class_f_c_d_object.html#b77b02a9672a50cfe041bac026a26ea7">00058</a> <span class="keyword">inline</span> <span class="keywordtype">void</span>* GetUserHandle()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> userHandle; } |
---|
53 | <a name="l00059"></a>00059 |
---|
54 | <a name="l00064"></a><a class="code" href="class_f_c_d_object.html#32714d741f0673992de087516a79b9e7">00064</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> SetUserHandle(<span class="keywordtype">void</span>* handle) { userHandle = handle; } |
---|
55 | <a name="l00065"></a>00065 }; |
---|
56 | <a name="l00066"></a>00066 |
---|
57 | <a name="l00080"></a><a class="code" href="class_f_c_d_object_with_id.html">00080</a> <span class="keyword">class </span>FCOLLADA_EXPORT FCDObjectWithId : <span class="keyword">public</span> <a class="code" href="class_f_c_d_object.html">FCDObject</a> |
---|
58 | <a name="l00081"></a>00081 { |
---|
59 | <a name="l00082"></a>00082 <span class="keyword">private</span>: |
---|
60 | <a name="l00083"></a>00083 <a class="code" href="_f_u_object_type_8h.html#8124b8a8706cd10260f8cd5a7bd8e691">DeclareObjectType</a>; |
---|
61 | <a name="l00084"></a>00084 |
---|
62 | <a name="l00085"></a>00085 string daeId; |
---|
63 | <a name="l00086"></a>00086 <span class="keywordtype">bool</span> hasUniqueId; |
---|
64 | <a name="l00087"></a>00087 |
---|
65 | <a name="l00088"></a>00088 <span class="keyword">public</span>: |
---|
66 | <a name="l00092"></a>00092 FCDObjectWithId(<a class="code" href="class_f_c_document.html">FCDocument</a>* document, <span class="keyword">const</span> <span class="keywordtype">char</span>* baseId = <span class="stringliteral">"ObjectWithID"</span>); |
---|
67 | <a name="l00093"></a>00093 |
---|
68 | <a name="l00095"></a>00095 <span class="keyword">virtual</span> ~FCDObjectWithId(); |
---|
69 | <a name="l00096"></a>00096 |
---|
70 | <a name="l00101"></a>00101 <span class="keyword">const</span> string& GetDaeId() <span class="keyword">const</span>; |
---|
71 | <a name="l00102"></a>00102 |
---|
72 | <a name="l00108"></a>00108 <span class="keywordtype">void</span> SetDaeId(<span class="keyword">const</span> string& <span class="keywordtype">id</span>); |
---|
73 | <a name="l00109"></a>00109 |
---|
74 | <a name="l00115"></a>00115 <span class="keywordtype">void</span> SetDaeId(string& <span class="keywordtype">id</span>); |
---|
75 | <a name="l00116"></a>00116 |
---|
76 | <a name="l00120"></a>00120 <span class="keywordtype">void</span> RemoveDaeId(); |
---|
77 | <a name="l00121"></a>00121 |
---|
78 | <a name="l00126"></a>00126 <span class="keywordtype">void</span> Clone(FCDObjectWithId* clone) <span class="keyword">const</span>; |
---|
79 | <a name="l00127"></a>00127 }; |
---|
80 | <a name="l00128"></a>00128 |
---|
81 | <a name="l00129"></a>00129 <span class="preprocessor">#endif // __FCD_OBJECT_H_</span> |
---|
82 | </pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri May 12 16:44:39 2006 for FCollada by |
---|
83 | <a href="http://www.doxygen.org/index.html"> |
---|
84 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address> |
---|
85 | </body> |
---|
86 | </html> |
---|