| - (NSString *) getDefaultServerAddress |
|
|
|
get the server address which was typed in the last time the user used the login
- Returns
- address what is type in as server address
| - (NSString *) getNotaryKeyHash |
|
|
|
get the notarykey hash
- Returns
| - (NSString *) getPassword |
|
|
|
get the password which is typed in the formfield for the password in settings
- Returns
| - (int) getScrollDirectionSegmentIndex |
|
|
|
how the PDF-file should shown in the document (from left to riht or wrong up to down). you get the information
- Returns
- which one (left to right or up to down)
| - (NSString *) getServerAddress |
|
|
|
to login the server address is nesessary. here you get the server address
- Returns
- address what you type in
| - (UIColor *) getSignatureColor |
|
|
|
define the color for the signature
- Returns
- signature color
| - (int) getSignatureColorIndex |
|
|
|
get the index of the linecolor of the signature
- Returns
- integer for the linecolor key
| - (float) getSignatureLineWidth |
|
|
|
get the line width of the signature
- Returns
| - (float) getSyncIntervalInMinutes |
|
|
|
get the synronization interval time in minutes
- Returns
| - (float) getSyncSliderValue |
|
|
|
on the syn slieder you can establish the time period of the syncronization. here you get the value
- Returns
- value of the "time" to synchronize
| - (NSString *) getUsername |
|
|
|
get the name which is typed in the formfield for the username in settings
- Returns
- username as string
| - (NSURL *) getWebServiceURL |
|
|
|
get the URL of the Webservice
- Returns
- the URL of the Webservice
| - (id) initWithDefaultServerAddress: |
|
(NSString*) |
defaultAddress |
|
information for the serveraddress
- Parameters
-
| defaultAddress | information |
- Returns
check if the login information (username, password) are typed in and correct
- Returns
- correct or no (yes/no boolean)
| - (BOOL) isScrollDirectionHorizontal |
|
|
|
how you see the pdf-file in the app. from up to down (yes = horizontal, no = vertical)
- Returns
- up to down or left to right
| - (void) setDefaultServerAddress: |
|
(NSString*) |
address |
|
set the server address which was typed in the last time the user used the login
- Parameters
-
| address | what is type in as server address |
| - (void) setNotaryKeyHash: |
|
(NSString*) |
hash |
|
set the hash for the notarykey
- Parameters
-
| - (void) setScrollDirectionSegmentIndex: |
|
(int) |
index |
|
how the PDF-file should shown in the document (from left to riht or wrong up to down). you set here the information
- Parameters
-
| - (void) setSelectedColorIndex: |
|
(int) |
index |
|
set the linecolor index of the signature
- Parameters
-
| - (void) setServerAddress: |
|
(NSString*) |
address |
|
to login the server address is nesessary. here you set the server address
- Parameters
-
| - (void) setSignatureLineWidth: |
|
(float) |
width |
|
set the line width of the signature
- Parameters
-
| - (void) setSyncSliderValue: |
|
(float) |
value |
|
on the syn slieder you can establish the time period of the syncronization. here you set the value
- Parameters
-
| value | of the "time" to synchronize |
| - (void) setUsername: |
|
(NSString*) |
username |
| andPassword: |
|
(NSString*) |
password |
|
|
| |
set username and password for the settings
- Parameters
-
share inforamtion of the settings
- Returns
The documentation for this class was generated from the following files: