Class Index | File Index

Classes


Namespace PainterConfig

Holds all the configuration for the paint application.
Defined in: config.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
PainterConfig.keys
Keyboard shortcuts associated to drawing tools and other actions.
<static>  
PainterConfig.mousekeys_accel
The mouse keys movement acceleration.
<static>  
PainterConfig.tool_default
The default tool ID.
Namespace Detail
PainterConfig
Field Detail
<static> {Object} PainterConfig.keys
Keyboard shortcuts associated to drawing tools and other actions.
See:
PaintTools The object holding all the drawing tools.

<static> {Number} PainterConfig.mousekeys_accel
The mouse keys movement acceleration.
See:
PaintMouseKeys The MouseKeys extension.

<static> {String} PainterConfig.tool_default
The default tool ID.
See:
PaintTools The object holding all the drawing tools.

Documentation generated by JsDoc Toolkit 2.1.0 on Wed Apr 22 2009 15:41:21 GMT+0300 (EEST)