| Method | Defined by | ||
|---|---|---|---|
|
TextCheckboxAction(p:Part, checkboxType:int, checked:Boolean)
| TextCheckboxAction | ||
|
RedoAction():void
| TextCheckboxAction | ||
|
UndoAction():void
| TextCheckboxAction | ||
| Constant | Defined by | ||
|---|---|---|---|
| DISPLAY_TYPE : int = 1 [static]
| TextCheckboxAction | ||
| SCALE_TYPE : int = 0 [static]
| TextCheckboxAction | ||
| TextCheckboxAction | () | constructor |
public function TextCheckboxAction(p:Part, checkboxType:int, checked:Boolean)Parameters
p:Part |
|
checkboxType:int |
|
checked:Boolean |
| RedoAction | () | method |
public override function RedoAction():void
| UndoAction | () | method |
public override function UndoAction():void
| DISPLAY_TYPE | constant |
public static const DISPLAY_TYPE:int = 1
| SCALE_TYPE | constant |
public static const SCALE_TYPE:int = 0