|
SimpleECM Image Processing SDK
1.1
|
#import <SECMCaptureDocumentWizardBuilder.h>
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... | |
Definition at line 14 of file SECMCaptureDocumentWizardBuilder.h.
| - (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:].
|
readwritenonatomiccopy |
The 'Add Picutre' view navigation bar title.
Definition at line 34 of file SECMCaptureDocumentWizardBuilder.h.
|
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.
|
readwritenonatomicassign |
Flag that enables/disables the auto capture in the camera view.
Definition at line 69 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
A background image presented in the 'Add picture view'.
Definition at line 63 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The 'Take Picutre' and 'Camera Roll' buttons' background color.
Definition at line 46 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The 'Select picture from Camera Roll' button's title.
Definition at line 28 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The title for the buttons that cancel an action.
Definition at line 39 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The title used to specify a 'Dismiss action sheet' option in the action sheet.
Definition at line 23 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The title used to specify a destructive action in the action sheet.
Definition at line 21 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The title used to specify an 'Exit only' option in the action sheet.
Definition at line 22 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The title used for the action sheet presented when the 'Close' button is pressed.
Definition at line 20 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The close button's (left navigation bar item) title in the Preview.
Definition at line 18 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The 'Close Camera' button's image.
Definition at line 60 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The 'Crop' button's title.
Definition at line 31 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The 'Crop' view navigation bar title.
Definition at line 35 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicweak |
Delegate that will handle the Wizard's events.
Definition at line 71 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The dewarp quadrangle's layer color.
Definition at line 48 of file SECMCaptureDocumentWizardBuilder.h.
|
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.
|
readwritenonatomiccopy |
The 'Preview' view navigation bar title.
Definition at line 33 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The done button's (rightmost button in the toolbar) title in the Preview.
Definition at line 19 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The 'Enhance Image' view navigation bar title.
Definition at line 36 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The 'Flash Auto' button's image.
Definition at line 52 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The 'Flash Off' button's image.
Definition at line 51 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The 'Flash On' button's image.
Definition at line 50 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicassign |
Flag that hides the flash option buttons in the camera view.
Definition at line 65 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The 'Grid Off' button's image.
Definition at line 55 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The 'Grid On' button's image.
Definition at line 54 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicassign |
Flag that hides the grid option buttons in the camera view.
Definition at line 66 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicassign |
Flag that enables/disables the live framing in the camera view.
Definition at line 68 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
A logo image presented in the 'Add picture' view.
Definition at line 62 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The navigation bar's bar tint color property.
Definition at line 42 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The navigation bar's tint color property.
Definition at line 43 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The 'Next' button's title (appears as the right navigation bar button)
Definition at line 38 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The title used when there are no images to be shown in the Preview.
Definition at line 16 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The 'Reset' buttons' title.
Definition at line 30 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The 'Take Photo' button's image in the camera view.
Definition at line 57 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The 'Take Photo' button's image when pressed.
Definition at line 58 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomiccopy |
The 'Take Picture' button's title.
Definition at line 27 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The toolbar's bar tint color property.
Definition at line 44 of file SECMCaptureDocumentWizardBuilder.h.
|
readwritenonatomicstrong |
The toolbar's tint color property.
Definition at line 45 of file SECMCaptureDocumentWizardBuilder.h.