Library
Instance Methods | Class Methods | List of all members
ISOSettings Class Reference
Inheritance diagram for ISOSettings:

Instance Methods

(id) - initWithDefaultServerAddress:
 
(UIColor *) - getSignatureColor
 
(int) - getSignatureColorIndex
 
(void) - setSelectedColorIndex:
 
(float) - getSignatureLineWidth
 
(void) - setSignatureLineWidth:
 
(void) - setUsername:andPassword:
 
(NSString *) - getUsername
 
(NSString *) - getPassword
 
(void) - setSyncSliderValue:
 
(float) - getSyncSliderValue
 
(float) - getSyncIntervalInMinutes
 
(void) - setServerAddress:
 
(NSString *) - getServerAddress
 
(void) - setDefaultServerAddress:
 
(NSString *) - getDefaultServerAddress
 
(NSURL *) - getWebServiceURL
 
(int) - getScrollDirectionSegmentIndex
 
(void) - setScrollDirectionSegmentIndex:
 
(BOOL) - isScrollDirectionHorizontal
 
(BOOL) - isLoginInfoSet
 
(void) - setNotaryKeyHash:
 
(NSString *) - getNotaryKeyHash
 

Class Methods

(ISOSettings *) + sharedSettings
 

Method Documentation

- (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
defaultAddressinformation
Returns
- (BOOL) isLoginInfoSet

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
addresswhat is type in as server address
- (void) setNotaryKeyHash: (NSString*)  hash

set the hash for the notarykey

Parameters
hash
- (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
index
- (void) setSelectedColorIndex: (int)  index

set the linecolor index of the signature

Parameters
index
- (void) setServerAddress: (NSString*)  address

to login the server address is nesessary. here you set the server address

Parameters
addresswhat you type in
- (void) setSignatureLineWidth: (float)  width

set the line width of the signature

Parameters
width
- (void) setSyncSliderValue: (float)  value

on the syn slieder you can establish the time period of the syncronization. here you set the value

Parameters
valueof the "time" to synchronize
- (void) setUsername: (NSString*)  username
andPassword: (NSString*)  password 

set username and password for the settings

Parameters
username
password
+ (ISOSettings *) sharedSettings

share inforamtion of the settings

Returns

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