|
FreeRDP
|
#import "Utils.h"#import "OrderedDictionary.h"#import "TSXAdditions.h"#import <freerdp/input.h>#import <freerdp/version.h>#import <freerdp/config.h>#include <sys/types.h>#include <sys/sysctl.h>#include <sys/socket.h>#include <ifaddrs.h>#include <net/if_dl.h>#import "Bookmark.h"Functions | |
| BOOL | ScanHostNameAndPort (NSString *address, NSString **host, unsigned short *port) |
| NSString * | LocalizedFitScreen () |
| NSString * | LocalizedCustom () |
| BOOL | ScanScreenResolution (NSString *description, int *width, int *height, TSXScreenOptions *type) |
| NSString * | ScreenResolutionDescription (TSXScreenOptions type, int width, int height) |
| NSDictionary * | SelectionForColorSetting () |
| NSArray * | ResolutionModes () |
| NSString * | LocalizedAutomaticSecurity () |
| NSString * | ProtocolSecurityDescription (TSXProtocolSecurityOptions type) |
| BOOL | ScanProtocolSecurity (NSString *description, TSXProtocolSecurityOptions *type) |
| NSDictionary * | SelectionForSecuritySetting () |
| NSMutableArray * | FilterBookmarks (NSArray *bookmarks, NSArray *filter_words) |
| NSMutableArray * | FilterHistory (NSArray *history, NSString *filterStr) |
| NSString * | TSXAppFullVersion () |
| BOOL | IsPad () |
| BOOL | IsPhone () |
| void | SetSwapMouseButtonsFlag (BOOL swapped) |
| void | SetInvertScrollingFlag (BOOL invert) |
| int | GetLeftMouseButtonClickEvent (BOOL down) |
| int | GetRightMouseButtonClickEvent (BOOL down) |
| int | GetMouseMoveEvent () |
| int | GetMouseWheelEvent (BOOL down) |
| CGFloat | GetScrollGestureDelta () |
| void | WakeUpWWAN () |
| NSString * | TSXGetPrimaryMACAddress (NSString *sep) |
| BOOL | TSXDeviceHasJailBreak () |
| NSString * | TSXGetPlatform () |
Variables | |
| static BOOL | g_swap_mouse_buttons = NO |
| static BOOL | g_invert_scrolling = NO |
| 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* LocalizedAutomaticSecurity | ( | ) |

| NSString* LocalizedCustom | ( | ) |

| NSString* LocalizedFitScreen | ( | ) |

| 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 | ) |
|
static |
|
static |