FreeRDP
ConnectionParams Class Reference

#import <ConnectionParams.h>

Inheritance diagram for ConnectionParams:
Collaboration diagram for ConnectionParams:

Instance Methods

(id) - initWithDictionary:
 
(id) - initWithBaseDefaultParameters
 
(NSArray *) - allKeys
 
(void) - setValue:forKey:
 
(id) - valueForKey:
 
(BOOL) - hasValueForKey:
 
(void) - setInt:forKey:
 
(int) - intForKey:
 
(void) - setBool:forKey:
 
(BOOL) - boolForKey:
 
(const char *) - UTF8StringForKey:
 
(NSString *) - StringForKey:
 
(BOOL) - hasValueForKeyPath:
 
(void) - setInt:forKeyPath:
 
(int) - intForKeyPath:
 
(void) - setBool:forKeyPath:
 
(BOOL) - boolForKeyPath:
 
(const char *) - UTF8StringForKeyPath:
 
(NSString *) - StringForKeyPath:
 
(int) - intForKey:with3GEnabled:
 
(BOOL) - boolForKey:with3GEnabled:
 

Method Documentation

◆ allKeys

- (NSArray *) allKeys

◆ boolForKey:

- (BOOL) boolForKey: (NSString *)  key

◆ boolForKey:with3GEnabled:

- (BOOL) boolForKey: (NSString *)  key
with3GEnabled: (BOOL)  enabled 

◆ boolForKeyPath:

- (BOOL) boolForKeyPath: (NSString *)  key

◆ hasValueForKey:

- (BOOL) hasValueForKey: (NSString *)  key

◆ hasValueForKeyPath:

- (BOOL) hasValueForKeyPath: (NSString *)  key

◆ initWithBaseDefaultParameters

- (id) initWithBaseDefaultParameters

◆ initWithDictionary:

- (id) initWithDictionary: (NSDictionary *)  dict

◆ intForKey:

- (int) intForKey: (NSString *)  key

◆ intForKey:with3GEnabled:

- (int) intForKey: (NSString *)  key
with3GEnabled: (BOOL)  enabled 

◆ intForKeyPath:

- (int) intForKeyPath: (NSString *)  key
Here is the caller graph for this function:

◆ setBool:forKey:

- (void) setBool: (BOOL)  v
forKey: (NSString *)  key 

◆ setBool:forKeyPath:

- (void) setBool: (BOOL)  v
forKeyPath: (NSString *)  key 

◆ setInt:forKey:

- (void) setInt: (int)  integer
forKey: (NSString *)  key 

◆ setInt:forKeyPath:

- (void) setInt: (int)  integer
forKeyPath: (NSString *)  key 

◆ setValue:forKey:

- (void) setValue: (id)  value
forKey: (NSString *)  key 

◆ StringForKey:

- (NSString *) StringForKey: (NSString *)  key

◆ StringForKeyPath:

- (NSString *) StringForKeyPath: (NSString *)  key

◆ UTF8StringForKey:

- (const char *) UTF8StringForKey: (NSString *)  key

◆ UTF8StringForKeyPath:

- (const char *) UTF8StringForKeyPath: (NSString *)  key

◆ valueForKey:

- (id) valueForKey: (NSString *)  key

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