1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50 <title>nw::anim::res::ResMemberAnim</title> 51 </head> 52 <body> 53 <h1><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/anim/Overview.html">anim</a>::<a href="../../../../nw/anim/res/Overview.html">res</a>::ResMemberAnim Class</h1> 54 <h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">class ResMemberAnim : public <a href="../../../../nw/ut/ResCommon/Overview.html">nw::ut::ResCommon< ResMemberAnimData ></a></pre> 57 </div> 58 <h2>Description</h2> 59 <div class="section"> 60 <p>Class for resource with single-element animation data.</p><p>The function for evaluating the element type and the like are defined in the derived class for the corresponding element. The derived class defined each curve type as <CODE>Int </CODE>and <CODE>Float</CODE>.</p></div> 61 <a name="enum" id="enum"> 62 <h2>Enumerated Types</h2> 63 <div class="section"> 64 <table class="members"> 65 <tr> 66 <td width="100"> </td> 67 <th> 68 <a href="../../../../nw/anim/res/ResMemberAnim/PrimitiveType.html">PrimitiveType</a> 69 </th> 70 <td>The type of the element being animated.</td> 71 </tr> </table> 72 </div> 73 </a> <a name="function" id="function"> 74 <h2>Member Functions</h2> 75 <div class="section"> 76 <table class="members"> 77 <tr> 78 <th class="category" colspan="3">Resource Access</th> 79 </tr> 80 <tr> 81 <td width="100"> </td> 82 <th> 83 <a href="../../../../nw/anim/res/ResMemberAnim/GetFlags.html"><CODE>GetFlags</CODE></a> 84 </th> 85 <td>Gets flags.</td> 86 </tr> 87 <tr> 88 <td width="100"> </td> 89 <th> 90 <a href="../../../../nw/anim/res/ResMemberAnim/SetFlags.html"><CODE>SetFlags</CODE></a> 91 </th> 92 <td>Sets flags.</td> 93 </tr> 94 <tr> 95 <td width="100"> </td> 96 <th> 97 <a href="../../../../nw/anim/res/ResMemberAnim/EnableFlags.html"><CODE>EnableFlags</CODE></a> 98 </th> 99 <td>Enables flags.</td> 100 </tr> 101 <tr> 102 <td width="100"> </td> 103 <th> 104 <a href="../../../../nw/anim/res/ResMemberAnim/DisableFlags.html"><CODE>DisableFlags</CODE></a> 105 </th> 106 <td>Disables flags.</td> 107 </tr> 108 <tr> 109 <td width="100"> </td> 110 <th> 111 <a href="../../../../nw/anim/res/ResMemberAnim/GetPath.html"><CODE>GetPath</CODE></a> 112 </th> 113 <td>Gets the path.</td> 114 </tr> 115 <tr> 116 <td width="100"> </td> 117 <th> 118 <a href="../../../../nw/anim/res/ResMemberAnim/GetPrimitiveType.html">GetPrimitiveType</a> 119 </th> 120 <td>Gets elements to animate.</td> 121 </tr> 122 <tr> 123 <td width="100"> </td> 124 <th> 125 <a href="../../../../nw/anim/res/ResMemberAnim/SetPrimitiveType.html"><CODE>SetPrimitiveType</CODE></a> 126 </th> 127 <td>Sets the element to animate.</td> 128 </tr> 129 <tr> 130 <th class="category" colspan="3">Other</th> 131 </tr> 132 <tr> 133 <td width="100"> </td> 134 <th> 135 <a href="../../../../nw/anim/res/ResMemberAnim/ResMemberAnim.html">ResMemberAnim</a> 136 </th> 137 <td>Constructor.</td> 138 </tr> 139 <tr> 140 <td width="100"> </td> 141 <th> 142 <a href="../../../../nw/anim/res/ResMemberAnim/ref.html"><CODE>ref</CODE></a> 143 </th> 144 <td> 145 </td> 146 </tr> 147 <tr> 148 <td width="100"> </td> 149 <th> 150 <a href="../../../../nw/anim/res/ResMemberAnim/operator==.html"><CODE>operator ==</CODE></a> 151 </th> 152 <td> 153 </td> 154 </tr> 155 <tr> 156 <td width="100"> </td> 157 <th> 158 <a href="../../../../nw/anim/res/ResMemberAnim/operator!=.html"><CODE>operator!=</CODE></a> 159 </th> 160 <td> 161 </td> 162 </tr> 163 <tr> 164 <td width="100"> </td> 165 <th> 166 <a href="../../../../nw/anim/res/ResMemberAnim/Setup.html">Setup</a> 167 </th> 168 <td>Initializes a resource.</td> 169 </tr> 170 <tr> 171 <td width="100"> </td> 172 <th> 173 <a href="../../../../nw/anim/res/ResMemberAnim/Cleanup.html"><CODE>Cleanup</CODE></a> 174 </th> 175 <td>Cleans up a resource.</td> 176 </tr> 177 <tr> 178 <td width="100"> </td> 179 <th> 180 <a href="../../../../nw/anim/res/ResMemberAnim/GetPrimitiveSize.html">GetPrimitiveSize</a> 181 </th> 182 <td>Gets the size of the primitive, in bytes.</td> 183 </tr> 184 <tr> 185 <td width="100"> </td> 186 <th> 187 <a href="../../../../nw/anim/res/ResMemberAnim/EvaluateResultForType.html">EvaluateResultForType</a> 188 </th> 189 <td>Evaluates the animation result for the type.</td> 190 </tr> 191 <tr> 192 <td width="100"> </td> 193 <th> 194 <a href="../../../../nw/anim/res/ResMemberAnim/ApplyCacheForType.html">ApplyCacheForType</a> 195 </th> 196 <td>Applies the animation result cache to the target according to the type.</td> 197 </tr> 198 <tr> 199 <td width="100"> </td> 200 <th> 201 <a href="../../../../nw/ut/ResCommon/ptr.html">ptr</a> 202 </th> 203 <td>Returns a pointer to a binary resource structure. (Derived from <CODE><a href="../../../../nw/ut/ResCommon/Overview.html">ResCommon</a></CODE>)</td> 204 </tr> 205 <tr> 206 <td width="100"> </td> 207 <th> 208 <a href="../../../../nw/ut/ResCommonBase/IsValid.html"><CODE>IsValid</CODE></a> 209 </th> 210 <td>Determines whether a pointer to a resource is <CODE>null</CODE>.(Derived from <CODE><a href="../../../../nw/ut/ResCommonBase/Overview.html">ResCommonBase</a></CODE>.)</td> 211 </tr> 212 <tr> 213 <td width="100"> 214 <span class="static_style" title="static">S</span> </td> 215 <th> 216 <a href="../../../../nw/anim/res/ResMemberAnim/GetClassName.html"><CODE>GetClassName</CODE></a> 217 </th> 218 <td> 219 </td> 220 </tr> </table> 221 </div> 222 </a> 223 <h2>Class Hierarchy</h2> 224 <div class="section"> 225 <p class="hierarchy"><a href="../../../../nw/ut/ResCommonBase/Overview.html">nw::ut::ResCommonBase</a><br /> <a href="../../../../nw/ut/ResCommon/Overview.html">nw::ut::ResCommon</a><br /> <b>nw::anim::res::ResMemberAnim</b> 226 </p> 227 </div> 228 <hr><p>CONFIDENTIAL</p></body> 229</html>