tmozIScanFormatManager Interface Reference

Scan Format Manager. More...

List of all members.

Public Member Functions

tmozIScanFormat getByID (in long id)
 Return profile with given ID.
tmozIScanFormat add ()
 Add profile.
tmozIScanEditableFormat edit (in tmozIScanFormat format)
 Prepare format for edit.
void remove (in tmozIScanFormat format)
 Remove format.

Public Attributes

readonly attribute
nsISimpleEnumerator 
formats
 Return list of formats.


Detailed Description

Scan Format Manager.

Manage scanning formats (tmozIScanFormat)


Member Function Documentation

tmozIScanFormat add (  ) 

Add profile.

Function will display dialog to edit new profile

tmozIScanEditableFormat edit ( in tmozIScanFormat  format  ) 

Prepare format for edit.

Any changes in the format have to be commited or rolled back.

Parameters:
format Format to edit
Returns:
Return editable format.

tmozIScanFormat getByID ( in long  id  ) 

Return profile with given ID.

Returns:
Return profile with given ID, throw exception if format does not exists.

void remove ( in tmozIScanFormat  format  ) 

Remove format.

Parameters:
format Format to remove


Member Data Documentation

readonly attribute nsISimpleEnumerator formats

Return list of formats.

Each enumerated format is type of tmozIScanFormat.


Generated on Wed Dec 15 09:54:22 2010 for Tahiti XPCOM API