|
FreeRDP
|

Macros | |
| #define | GET_TAG(section, row) ((((int)section) << 16) | ((int)(row))) |
| #define | GET_TAG_FROM_PATH(path) ((((int)path.section) << 16) | ((int)(path.row))) |
Functions | |
| BOOL | ScanHostNameAndPort (NSString *address, NSString **host, unsigned short *port) |
| NSString * | ScreenResolutionDescription (TSXScreenOptions type, int width, int height) |
| BOOL | ScanScreenResolution (NSString *description, int *width, int *height, TSXScreenOptions *type) |
| NSDictionary * | SelectionForColorSetting (void) |
| NSArray * | ResolutionModes (void) |
| NSString * | ProtocolSecurityDescription (TSXProtocolSecurityOptions type) |
| BOOL | ScanProtocolSecurity (NSString *description, TSXProtocolSecurityOptions *type) |
| NSDictionary * | SelectionForSecuritySetting (void) |
| NSMutableArray * | FilterBookmarks (NSArray *bookmarks, NSArray *filter_words) |
| NSMutableArray * | FilterHistory (NSArray *history, NSString *filterStr) |
| BOOL | IsPad (void) |
| BOOL | IsPhone (void) |
| NSString * | TSXAppFullVersion (void) |
| void | SetSwapMouseButtonsFlag (BOOL swapped) |
| void | SetInvertScrollingFlag (BOOL invert) |
| int | GetLeftMouseButtonClickEvent (BOOL down) |
| int | GetRightMouseButtonClickEvent (BOOL down) |
| int | GetMouseMoveEvent (void) |
| int | GetMouseWheelEvent (BOOL down) |
| CGFloat | GetScrollGestureDelta (void) |
| void | WakeUpWWAN (void) |
| NSString * | TSXGetPlatform (void) |
| BOOL | TSXDeviceHasJailBreak (void) |
| NSString * | TSXGetPrimaryMACAddress (NSString *sep) |
| #define GET_TAG | ( | section, | |
| row | |||
| ) | ((((int)section) << 16) | ((int)(row))) |
| #define GET_TAG_FROM_PATH | ( | path | ) | ((((int)path.section) << 16) | ((int)(path.row))) |
| NSMutableArray* FilterBookmarks | ( | NSArray * | bookmarks, |
| NSArray * | filter_words | ||
| ) |
| NSMutableArray* FilterHistory | ( | NSArray * | history, |
| NSString * | filterStr | ||
| ) |
| int GetLeftMouseButtonClickEvent | ( | BOOL | down | ) |
| int GetMouseMoveEvent | ( | void | ) |
| int GetMouseWheelEvent | ( | BOOL | down | ) |
| int GetRightMouseButtonClickEvent | ( | BOOL | down | ) |
| CGFloat GetScrollGestureDelta | ( | void | ) |
| BOOL IsPad | ( | void | ) |
| BOOL IsPhone | ( | void | ) |

| NSString* ProtocolSecurityDescription | ( | TSXProtocolSecurityOptions | type | ) |

| NSArray* ResolutionModes | ( | void | ) |
| BOOL ScanHostNameAndPort | ( | NSString * | address, |
| NSString ** | host, | ||
| unsigned short * | port | ||
| ) |
| BOOL ScanProtocolSecurity | ( | NSString * | description, |
| TSXProtocolSecurityOptions * | type | ||
| ) |

| BOOL ScanScreenResolution | ( | NSString * | description, |
| int * | width, | ||
| int * | height, | ||
| TSXScreenOptions * | type | ||
| ) |

| NSString* ScreenResolutionDescription | ( | TSXScreenOptions | type, |
| int | width, | ||
| int | height | ||
| ) |

| NSDictionary* SelectionForColorSetting | ( | void | ) |
| NSDictionary* SelectionForSecuritySetting | ( | void | ) |
| void SetInvertScrollingFlag | ( | BOOL | invert | ) |
| void SetSwapMouseButtonsFlag | ( | BOOL | swapped | ) |
| NSString* TSXAppFullVersion | ( | void | ) |
| BOOL TSXDeviceHasJailBreak | ( | void | ) |
| NSString* TSXGetPlatform | ( | void | ) |
| NSString* TSXGetPrimaryMACAddress | ( | NSString * | sep | ) |

| void WakeUpWWAN | ( | void | ) |