⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 animation_8h.htm

📁 MINIGUI1.6开发API
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: animation.h File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main&nbsp;Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.htm">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File&nbsp;List</a> | <a class="qindex" href="functions.htm">Data&nbsp;Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related&nbsp;Pages</a></div><div class="nav"><a class="el" href="dir_000000.htm">ext</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.htm">include</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.htm">ext</a></div><h1>animation.h File Reference</h1><p><a href="animation_8h-source.htm">Go to the source code of this file.</a><h2>Defines</h2><ul><li>#define <a class="el" href="group__mgext__ctrl__animation.htm#ga6">CTRL_ANIMATION</a>&nbsp;&nbsp;&nbsp;("Animation")<li>#define <a class="el" href="group__mgext__ctrl__animation.htm#ga7">ANIMATION_OKAY</a>&nbsp;&nbsp;&nbsp;0<li>#define <a class="el" href="group__mgext__ctrl__animation.htm#ga8">ANIMATION_ERR</a>&nbsp;&nbsp;&nbsp;1<li>#define <a class="el" href="group__mgext__ctrl__animation__styles.htm#ga0">ANS_AUTOLOOP</a>&nbsp;&nbsp;&nbsp;0x0001L<dl class="el"><dd class="mdescRight">Loop playing the animation automatically.  <a href="group__mgext__ctrl__animation__styles.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__animation__styles.htm#ga1">ANS_SCALED</a>&nbsp;&nbsp;&nbsp;0x0002L<dl class="el"><dd class="mdescRight">Scale the animation to the control size.  <a href="group__mgext__ctrl__animation__styles.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__animation__styles.htm#ga2">ANS_FITTOANI</a>&nbsp;&nbsp;&nbsp;0x0004L<dl class="el"><dd class="mdescRight">Resize the control to fit the animation.  <a href="group__mgext__ctrl__animation__styles.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__control__animation__msgs.htm#ga0">ANM_SETANIMATION</a>&nbsp;&nbsp;&nbsp;0xF110<dl class="el"><dd class="mdescRight">Sets the animation object for the control.  <a href="group__mgext__control__animation__msgs.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__control__animation__msgs.htm#ga1">ANM_GETANIMATION</a>&nbsp;&nbsp;&nbsp;0xF111<dl class="el"><dd class="mdescRight">Gets the animation object of the control.  <a href="group__mgext__control__animation__msgs.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__control__animation__msgs.htm#ga2">ANM_STARTPLAY</a>&nbsp;&nbsp;&nbsp;0xF112<dl class="el"><dd class="mdescRight">Indicates the control to start playing the animation.  <a href="group__mgext__control__animation__msgs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__control__animation__msgs.htm#ga3">ANM_PAUSE_RESUME</a>&nbsp;&nbsp;&nbsp;0xF113<dl class="el"><dd class="mdescRight">Indicates the control to pause/resume playing the animation.  <a href="group__mgext__control__animation__msgs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__control__animation__msgs.htm#ga4">ANM_STOPPLAY</a>&nbsp;&nbsp;&nbsp;0xF114<dl class="el"><dd class="mdescRight">Indicates the control to stop playing the animation.  <a href="group__mgext__control__animation__msgs.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__animation.htm#ga9">ANNC_CLICKED</a>&nbsp;&nbsp;&nbsp;1<dl class="el"><dd class="mdescRight">Indicates the user has clicked the control.  <a href="group__mgext__ctrl__animation.htm#ga9"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__animation.htm#ga10">ANNC_DBLCLK</a>&nbsp;&nbsp;&nbsp;2<dl class="el"><dd class="mdescRight">Indicates the user has double clicked the control.  <a href="group__mgext__ctrl__animation.htm#ga10"></a><br></dl></ul><h2>Typedefs</h2><ul><li>typedef <a class="el" href="struct__ANIMATIONFRAME.htm">_ANIMATIONFRAME</a> <a class="el" href="group__mgext__ctrl__animation.htm#ga0">ANIMATIONFRAME</a><li>typedef <a class="el" href="struct__ANIMATION.htm">_ANIMATION</a> <a class="el" href="group__mgext__ctrl__animation.htm#ga1">ANIMATION</a></ul><h2>Functions</h2><ul><li><a class="el" href="struct__ANIMATION.htm">ANIMATION</a> * <a class="el" href="group__mgext__ctrl__animation.htm#ga2">CreateAnimationFromGIF89a</a> (<a class="el" href="group__handles.htm#ga2">HDC</a> hdc, <a class="el" href="struct__MG__RWops.htm">MG_RWops</a> *area)<dl class="el"><dd class="mdescRight">Creates an ANIMATION obeject from a GIF 89a data source.  <a href="group__mgext__ctrl__animation.htm#ga2"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="struct__ANIMATION.htm">ANIMATION</a> * <a class="el" href="group__mgext__ctrl__animation.htm#ga3">CreateAnimationFromGIF89aFile</a> (<a class="el" href="group__handles.htm#ga2">HDC</a> hdc, const char *file)<dl class="el"><dd class="mdescRight">Creates an ANIMATION obeject from a GIF 89a file.  <a href="group__mgext__ctrl__animation.htm#ga3"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="struct__ANIMATION.htm">ANIMATION</a> * <a class="el" href="group__mgext__ctrl__animation.htm#ga4">CreateAnimationFromGIF89aMem</a> (<a class="el" href="group__handles.htm#ga2">HDC</a> hdc, const void *mem, int size)<dl class="el"><dd class="mdescRight">Creates an ANIMATION obeject from a GIF 89a memory data.  <a href="group__mgext__ctrl__animation.htm#ga4"></a><br></dl><li>MGEXT_EXPORT void <a class="el" href="group__mgext__ctrl__animation.htm#ga5">DestroyAnimation</a> (<a class="el" href="struct__ANIMATION.htm">ANIMATION</a> *anim, <a class="el" href="group__simple__types.htm#ga0">BOOL</a> free_it)<dl class="el"><dd class="mdescRight">Destories an ANIMATION object.  <a href="group__mgext__ctrl__animation.htm#ga5"></a><br></dl></ul><hr><a name="_details"></a><h2>Detailed Description</h2><dl compact><dt><b>Author:</b></dt><dd>Wei Yongming &lt;<a href="mailto:ymwei@minigui.org">ymwei@minigui.org</a>&gt; </dd></dl><dl compact><dt><b>Date:</b></dt><dd>2002/01/06</dd></dl>The header file of MiniGUI extension library.<p><div class="fragment"><pre class="fragment">    Copyright (C) 2002-2007 Feynman Software    Copyright (C) 1998-2002 Wei Yongming    All rights reserved by Feynman Software.    This file is part of MiniGUI, a compact cross-platform Graphics     User Interface (GUI) support system for real-time embedded systems. </pre></div> <p>Definition in file <a class="el" href="animation_8h-source.htm">animation.h</a>.<hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:51 2007 for MiniGUI V1.6.10 API Reference by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -