1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="SWFButton" namespace="" name="SWFButton">
<method name="addAction" abstract="false" static="false" final="false">
<docblock>
<description compact="Adds an action"/>
<return type="void"/>
</docblock>
<parameter name="action" optional="false" byreference="false" type="object" class="SWFAction"/>
<parameter name="flags" optional="false" byreference="false" type="int"/>
</method>
<method name="addASound" abstract="false" static="false" final="false">
<docblock>
<description compact="Associates a sound with a button transition"/>
<return type="SWFSoundInstance"/>
</docblock>
<parameter name="sound" optional="false" byreference="false" type="object" class="SWFSound"/>
<parameter name="flags" optional="false" byreference="false" type="int"/>
</method>
<method name="addShape" abstract="false" static="false" final="false">
<docblock>
<description compact="Adds a shape to a button"/>
<return type="void"/>
</docblock>
<parameter name="shape" optional="false" byreference="false" type="object" class="SWFShape"/>
<parameter name="flags" optional="false" byreference="false" type="int"/>
</method>
<constructor name="__construct" abstract="false" static="false" final="false">
<docblock>
<description compact="Creates a new Button"/>
<return type="void"/>
</docblock>
</constructor>
<method name="setAction" abstract="false" static="false" final="false">
<docblock>
<description compact="Sets the action">Sets the action to be performed when the button is clicked.</description>
<return type="void"/>
</docblock>
<parameter name="action" optional="false" byreference="false" type="object" class="SWFAction"/>
</method>
<method name="setDown" abstract="false" static="false" final="false">
<docblock>
<description compact="Alias for addShape(shape, SWFBUTTON_DOWN)"/>
<return type="void"/>
</docblock>
<parameter name="shape" optional="false" byreference="false" type="object" class="SWFShape"/>
</method>
<method name="setHit" abstract="false" static="false" final="false">
<docblock>
<description compact="Alias for addShape(shape, SWFBUTTON_HIT)"/>
<return type="void"/>
</docblock>
<parameter name="shape" optional="false" byreference="false" type="object" class="SWFShape"/>
</method>
<method name="setMenu" abstract="false" static="false" final="false">
<docblock>
<description compact="Enable track as menu button behaviour"/>
<return type="void"/>
</docblock>
<parameter name="flag" optional="false" byreference="false" type="int"/>
</method>
<method name="setOver" abstract="false" static="false" final="false">
<docblock>
<description compact="Alias for addShape(shape, SWFBUTTON_OVER)"/>
<return type="void"/>
</docblock>
<parameter name="shape" optional="false" byreference="false" type="object" class="SWFShape"/>
</method>
<method name="setUp" abstract="false" static="false" final="false">
<docblock>
<description compact="Alias for addShape(shape, SWFBUTTON_UP)"/>
<return type="void"/>
</docblock>
<parameter name="shape" optional="false" byreference="false" type="object" class="SWFShape"/>
</method>
</class>
|