SimpleECM Image Processing SDK  1.1
 All Classes Files Functions Variables Enumerations Enumerator Properties
SECMCaptureDocumentWizardBuilder Class Reference

#import <SECMCaptureDocumentWizardBuilder.h>

Inheritance diagram for SECMCaptureDocumentWizardBuilder:

Instance Methods

(id) - createDocumentWizardController
 

Properties

NSString * noImagesTitle
 The title used when there are no images to be shown in the Preview. More...
 
NSString * closeButtonTitle
 The close button's (left navigation bar item) title in the Preview. More...
 
NSString * doneButtonTitle
 The done button's (rightmost button in the toolbar) title in the Preview. More...
 
NSString * closeActionSheetTitle
 The title used for the action sheet presented when the 'Close' button is pressed. More...
 
NSString * closeActionSheetExitAndDeleteTitle
 The title used to specify a destructive action in the action sheet. More...
 
NSString * closeActionSheetOnlyExitTitle
 The title used to specify an 'Exit only' option in the action sheet. More...
 
NSString * closeActionSheetCancelTitle
 The title used to specify a 'Dismiss action sheet' option in the action sheet. More...
 
NSString * directionsLabel
 The message displayed to advice the user how to take the picture in the Camera view. More...
 
NSString * takePictureButtonTitle
 The 'Take Picture' button's title. More...
 
NSString * cameraRollButtonTitle
 The 'Select picture from Camera Roll' button's title. More...
 
NSString * resetButtonTitle
 The 'Reset' buttons' title. More...
 
NSString * cropButtonTitle
 The 'Crop' button's title. More...
 
NSString * documentControllerTitle
 The 'Preview' view navigation bar title. More...
 
NSString * addPictureControllerTitle
 The 'Add Picutre' view navigation bar title. More...
 
NSString * cropControllerTitle
 The 'Crop' view navigation bar title. More...
 
NSString * enhanceControllerTitle
 The 'Enhance Image' view navigation bar title. More...
 
NSString * nextButtonTitle
 The 'Next' button's title (appears as the right navigation bar button) More...
 
NSString * cancelButtonTitle
 The title for the buttons that cancel an action. More...
 
NSString * autoCaptureButtonTitle
 The text that notifies the user that the app will capture the image automatically in a set time. More...
 
UIColor * navigationBarBarTintColor
 The navigation bar's bar tint color property. More...
 
UIColor * navigationBarTintColor
 The navigation bar's tint color property. More...
 
UIColor * toolbarBarTintColor
 The toolbar's bar tint color property. More...
 
UIColor * toolbarTintColor
 The toolbar's tint color property. More...
 
UIColor * buttonsBackgroundColor
 The 'Take Picutre' and 'Camera Roll' buttons' background color. More...
 
UIColor * dewarpQuadrangleColor
 The dewarp quadrangle's layer color. More...
 
UIImage * flashOnImage
 The 'Flash On' button's image. More...
 
UIImage * flashOffImage
 The 'Flash Off' button's image. More...
 
UIImage * flashAutoImage
 The 'Flash Auto' button's image. More...
 
UIImage * gridOnImage
 The 'Grid On' button's image. More...
 
UIImage * gridOffImage
 The 'Grid Off' button's image. More...
 
UIImage * takePhotoImage
 The 'Take Photo' button's image in the camera view. More...
 
UIImage * takePhotoPressedImage
 The 'Take Photo' button's image when pressed. More...
 
UIImage * closeCameraImage
 The 'Close Camera' button's image. More...
 
UIImage * logoImage
 A logo image presented in the 'Add picture' view. More...
 
UIImage * backgroundImage
 A background image presented in the 'Add picture view'. More...
 
BOOL flashOptionHidden
 Flag that hides the flash option buttons in the camera view. More...
 
BOOL gridOptionHidden
 Flag that hides the grid option buttons in the camera view. More...
 
BOOL liveFramingEnabled
 Flag that enables/disables the live framing in the camera view. More...
 
BOOL autoCaptureEnabled
 Flag that enables/disables the auto capture in the camera view. More...
 
id
< SECMCaptureDocumentWizardDelegate
delegate
 Delegate that will handle the Wizard's events. More...
 

Detailed Description

Definition at line 14 of file SECMCaptureDocumentWizardBuilder.h.

Method Documentation

- (id) createDocumentWizardController

Creates a UIViewController subclass that serves as the entry point to the wizard. The returned instance is meant to be displayed using -[UIViewController presentViewController:animated:completion:].

Returns
the wizard's entry point

Property Documentation

- (NSString*) addPictureControllerTitle
readwritenonatomiccopy

The 'Add Picutre' view navigation bar title.

Definition at line 34 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) autoCaptureButtonTitle
readwritenonatomiccopy

The text that notifies the user that the app will capture the image automatically in a set time.

Definition at line 40 of file SECMCaptureDocumentWizardBuilder.h.

- (BOOL) autoCaptureEnabled
readwritenonatomicassign

Flag that enables/disables the auto capture in the camera view.

Definition at line 69 of file SECMCaptureDocumentWizardBuilder.h.

- (UIImage*) backgroundImage
readwritenonatomicstrong

A background image presented in the 'Add picture view'.

Definition at line 63 of file SECMCaptureDocumentWizardBuilder.h.

- (UIColor*) buttonsBackgroundColor
readwritenonatomicstrong

The 'Take Picutre' and 'Camera Roll' buttons' background color.

Definition at line 46 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) cameraRollButtonTitle
readwritenonatomiccopy

The 'Select picture from Camera Roll' button's title.

Definition at line 28 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) cancelButtonTitle
readwritenonatomiccopy

The title for the buttons that cancel an action.

Definition at line 39 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) closeActionSheetCancelTitle
readwritenonatomiccopy

The title used to specify a 'Dismiss action sheet' option in the action sheet.

Definition at line 23 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) closeActionSheetExitAndDeleteTitle
readwritenonatomiccopy

The title used to specify a destructive action in the action sheet.

Definition at line 21 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) closeActionSheetOnlyExitTitle
readwritenonatomiccopy

The title used to specify an 'Exit only' option in the action sheet.

Definition at line 22 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) closeActionSheetTitle
readwritenonatomiccopy

The title used for the action sheet presented when the 'Close' button is pressed.

Definition at line 20 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) closeButtonTitle
readwritenonatomiccopy

The close button's (left navigation bar item) title in the Preview.

Definition at line 18 of file SECMCaptureDocumentWizardBuilder.h.

- (UIImage*) closeCameraImage
readwritenonatomicstrong

The 'Close Camera' button's image.

Definition at line 60 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) cropButtonTitle
readwritenonatomiccopy

The 'Crop' button's title.

Definition at line 31 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) cropControllerTitle
readwritenonatomiccopy

The 'Crop' view navigation bar title.

Definition at line 35 of file SECMCaptureDocumentWizardBuilder.h.

- (id<SECMCaptureDocumentWizardDelegate>) delegate
readwritenonatomicweak

Delegate that will handle the Wizard's events.

Definition at line 71 of file SECMCaptureDocumentWizardBuilder.h.

- (UIColor*) dewarpQuadrangleColor
readwritenonatomicstrong

The dewarp quadrangle's layer color.

Definition at line 48 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) directionsLabel
readwritenonatomiccopy

The message displayed to advice the user how to take the picture in the Camera view.

Definition at line 25 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) documentControllerTitle
readwritenonatomiccopy

The 'Preview' view navigation bar title.

Definition at line 33 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) doneButtonTitle
readwritenonatomiccopy

The done button's (rightmost button in the toolbar) title in the Preview.

Definition at line 19 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) enhanceControllerTitle
readwritenonatomiccopy

The 'Enhance Image' view navigation bar title.

Definition at line 36 of file SECMCaptureDocumentWizardBuilder.h.

- (UIImage*) flashAutoImage
readwritenonatomicstrong

The 'Flash Auto' button's image.

Definition at line 52 of file SECMCaptureDocumentWizardBuilder.h.

- (UIImage*) flashOffImage
readwritenonatomicstrong

The 'Flash Off' button's image.

Definition at line 51 of file SECMCaptureDocumentWizardBuilder.h.

- (UIImage*) flashOnImage
readwritenonatomicstrong

The 'Flash On' button's image.

Definition at line 50 of file SECMCaptureDocumentWizardBuilder.h.

- (BOOL) flashOptionHidden
readwritenonatomicassign

Flag that hides the flash option buttons in the camera view.

Definition at line 65 of file SECMCaptureDocumentWizardBuilder.h.

- (UIImage*) gridOffImage
readwritenonatomicstrong

The 'Grid Off' button's image.

Definition at line 55 of file SECMCaptureDocumentWizardBuilder.h.

- (UIImage*) gridOnImage
readwritenonatomicstrong

The 'Grid On' button's image.

Definition at line 54 of file SECMCaptureDocumentWizardBuilder.h.

- (BOOL) gridOptionHidden
readwritenonatomicassign

Flag that hides the grid option buttons in the camera view.

Definition at line 66 of file SECMCaptureDocumentWizardBuilder.h.

- (BOOL) liveFramingEnabled
readwritenonatomicassign

Flag that enables/disables the live framing in the camera view.

Definition at line 68 of file SECMCaptureDocumentWizardBuilder.h.

- (UIImage*) logoImage
readwritenonatomicstrong

A logo image presented in the 'Add picture' view.

Definition at line 62 of file SECMCaptureDocumentWizardBuilder.h.

- (UIColor*) navigationBarBarTintColor
readwritenonatomicstrong

The navigation bar's bar tint color property.

Definition at line 42 of file SECMCaptureDocumentWizardBuilder.h.

- (UIColor*) navigationBarTintColor
readwritenonatomicstrong

The navigation bar's tint color property.

Definition at line 43 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) nextButtonTitle
readwritenonatomiccopy

The 'Next' button's title (appears as the right navigation bar button)

Definition at line 38 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) noImagesTitle
readwritenonatomiccopy

The title used when there are no images to be shown in the Preview.

Definition at line 16 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) resetButtonTitle
readwritenonatomiccopy

The 'Reset' buttons' title.

Definition at line 30 of file SECMCaptureDocumentWizardBuilder.h.

- (UIImage*) takePhotoImage
readwritenonatomicstrong

The 'Take Photo' button's image in the camera view.

Definition at line 57 of file SECMCaptureDocumentWizardBuilder.h.

- (UIImage*) takePhotoPressedImage
readwritenonatomicstrong

The 'Take Photo' button's image when pressed.

Definition at line 58 of file SECMCaptureDocumentWizardBuilder.h.

- (NSString*) takePictureButtonTitle
readwritenonatomiccopy

The 'Take Picture' button's title.

Definition at line 27 of file SECMCaptureDocumentWizardBuilder.h.

- (UIColor*) toolbarBarTintColor
readwritenonatomicstrong

The toolbar's bar tint color property.

Definition at line 44 of file SECMCaptureDocumentWizardBuilder.h.

- (UIColor*) toolbarTintColor
readwritenonatomicstrong

The toolbar's tint color property.

Definition at line 45 of file SECMCaptureDocumentWizardBuilder.h.


The documentation for this class was generated from the following file: