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

📄 class_factionstringextract.html

📁 swf文件结构介绍
💻 HTML
字号:
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./header_files/filelist.xml">
<title>FFFSDK</title>
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>michael</o:Author>
  <o:LastAuthor>michael</o:LastAuthor>
  <o:Revision>4</o:Revision>
  <o:TotalTime>80</o:TotalTime>
  <o:Created>1999-09-28T21:47:00Z</o:Created>
  <o:LastSaved>1999-09-29T01:42:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Words>48</o:Words>
  <o:Characters>277</o:Characters>
  <o:Company>Middlesoft</o:Company>
  <o:Lines>2</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:CharactersWithSpaces>340</o:CharactersWithSpaces>
  <o:Version>9.2720</o:Version>
 </o:DocumentProperties>
</xml><![endif]-->
<link rel=Stylesheet type="text/css" media=all href=doxygen.css>
<style>
<!--
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=white lang=EN-US link=blue vlink=blue style='tab-interval:.5in'>
<!-- Insert HTML here --><RIGHT>

<div class=Section1>

<div style='border:solid windowtext 1.0pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;
mso-border-shadow:yes'>

<p class=MsoNormal style='margin-right:55.5pt;border:none;mso-border-alt:solid windowtext 1.0pt;
padding:0in;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;mso-border-shadow:yes'><span
style='background:#E0E0E0'><span style="mso-spacerun: yes">&nbsp;</span><a
href="hierarchy.html">Class Hierarchy</a> &nbsp; <a href="classes.html">Alphabetical
List</a> &nbsp; <a href="headers.html">Header Files</a> &nbsp; <a
href="functions.html">Compound Members</a> &nbsp; 18 Nov 1999<o:p></o:p></span></p>

</div>

<meta name=robots content=noindex>

<p class=MsoNormal style='margin-right:55.5pt'><span style='background:#E0E0E0'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal style='margin-right:55.5pt'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p>

</div>

</body>

</html>
<h1>FActionStringExtract  Class Reference</h1>An action that extracts a substring from a string. <a href="#_details">More...</a><p><code>#include &lt;<a class="el" href="class_factionstringextract-include.html">FAction.h</a>&gt;</code><p><p>Class diagram for FActionStringExtract:<p><center><img src="class_factionstringextract.gif" usemap="#FActionStringExtract_map" border="0"></center><map name="FActionStringExtract_map"><p><area href="class_factionrecord.html" ALT="FActionRecord" shape="rect" coords="0,0,128,24"></MAP></P><a href="class_factionstringextract-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0><tr><td colspan=4><br><h2>Public Members</h2></td></tr><tr><td><img src="null.gif"></td><td><img src="null.gif"></td><td nowrap align=right valign=top>&nbsp;</td><td valign=top><a class="el" href="class_factionstringextract.html#a0">FActionStringExtract</a> ()</td></tr><tr><td><img src="null.gif"></td><td><img src="null.gif"></td><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=top><a class="el" href="class_factionstringextract.html#a1">WriteToSWFStream</a> (<a class="el" href="class_fswfstream.html">FSWFStream</a>* _SWFStream)</td></tr><tr><td><img src=null.gif></td><td><img src=null.gif></td><td></td><td><font size=-1><em>Writes the object out to a <a class="el" href="class_fswfstream.html">FSWFStream</a>.</em> <a href="#a1">More...</a><em></em></font><br><br></td></tr><p></table><hr><a name="_details"></a><h2>Detailed Description</h2>An action that extracts a substring from a string.<p><div class="fragment"><pre>1. pops number COUNT off stack
2. pops number INDEX off stack
3. pops string STRING off stack
4. the substring of length COUNT starting at the INDEX'th index of string STRING is pushed to stack
5. if COUNT or INDEX non-numeric, push empty string
</pre></div> <hr><h2>Member Function Documentation</h2><a name="a0" doxytag="FActionStringExtract::FActionStringExtract"><p><table width=100%% cellpadding=2 cellspacing=0 border=0><tr><td class="md"><b>FActionStringExtract::FActionStringExtract ()<code> [inline]</code></b></td></tr></table></a><div class="in"><p><p></div><a name="a1" doxytag="FActionStringExtract::WriteToSWFStream"><p><table width=100%% cellpadding=2 cellspacing=0 border=0><tr><td class="md"><b>virtual void FActionStringExtract::WriteToSWFStream (<a class="el" href="class_fswfstream.html">FSWFStream</a> * <em>_SWFStream</em>)<code> [inline, virtual]</code></b></td></tr></table></a><div class="in"><p>Writes the object out to a <a class="el" href="class_fswfstream.html">FSWFStream</a>.<p><dl compact><dt><b>Parameters: </b><dd><em>_SWFStream</em> -  any <a class="el" href="class_fswfstream.html">FSWFStream</a> pointer, though usually the <a class="el" href="class_fswfstream.html">FSWFStream</a> given as an argument to the appendTag function of the <a class="el" href="class_fswfstream.html">FSWFStream</a> representing the .swf file being created </dl><p>Reimplemented from <a class="el" href="class_factionrecord.html#a0">FActionRecord</a>.</div><hr>The documentation for this class was generated from the following file:<ul><li><a class="el" href="FAction.h.html">FAction.h</a></ul><html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./footer_files/filelist.xml">
<title>Sunday, September 26, 1999</title>
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>michael</o:Author>
  <o:LastAuthor>michael</o:LastAuthor>
  <o:Revision>5</o:Revision>
  <o:TotalTime>18</o:TotalTime>
  <o:Created>1999-09-27T06:04:00Z</o:Created>
  <o:LastSaved>1999-09-28T21:56:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Words>9</o:Words>
  <o:Characters>56</o:Characters>
  <o:Company>Middlesoft</o:Company>
  <o:Lines>1</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:CharactersWithSpaces>68</o:CharactersWithSpaces>
  <o:Version>9.2720</o:Version>
 </o:DocumentProperties>
</xml><![endif]-->
<style>
<!--
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.2in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	mso-bidi-font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";
	color:black;
	mso-bidi-language:HE;}
p.MsoFooter, li.MsoFooter, div.MsoFooter
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.2in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	tab-stops:center 3.0in right 6.0in;
	background:#333399;
	border:none;
	mso-border-alt:solid windowtext .5pt;
	padding:0in;
	mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
	font-size:10.0pt;
	mso-bidi-font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";
	color:white;
	mso-bidi-language:HE;
	font-weight:bold;
	mso-bidi-font-weight:normal;}
p.MsoBlockText, li.MsoBlockText, div.MsoBlockText
	{margin-top:0in;
	margin-right:1.0in;
	margin-bottom:6.0pt;
	margin-left:1.0in;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	mso-bidi-font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-language:HE;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US style='tab-interval:.5in'>

<div class=Section1>

<div style='border:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;
background:#333399'>

<p class=MsoFooter align=center style='margin-right:82.5pt;text-align:center;
tab-stops:.5in'><span style='background:#333399'>Sunday, September 26, 1999<span
style='mso-tab-count:2'>牋牋牋牋牋牋牋牋

⌨️ 快捷键说明

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