Definition at line 15 of file iOS/AppDelegate.h.
◆ rdpConnectError:
| - (void) rdpConnectError: |
|
(NSString *) |
withMessage |
|
called when we fail to connect to a RDP server - Make sure this is called from the main thread.
Definition at line 306 of file Mac/cli/AppDelegate.m.
189 :(NSString *)withMessage
190{
195 [view exitFullScreenModeWithOptions:nil];
196 NSString *message = withMessage ? withMessage : @"Error connecting to server";
197 NSAlert *alert = [[NSAlert alloc] init];
198 [alert setMessageText:message];
199 [alert beginSheetModalForWindow:[self window]
200 modalDelegate:self
201 didEndSelector:@selector(alertDidEnd:returnCode:contextInfo:)
202 contextInfo:nil];
203}
References freerdp_settings_get_bool(), and freerdp_settings_get_uint32().
◆ _tabBarController
◆ mrdpView
◆ window
◆ context
◆ tabBarController
◆ window [1/2]
| - (IBOutlet UIWindow*) window |
|
readwritenonatomicretain |
◆ window [2/2]
| - (IBOutlet NSWindow*) window |
|
readwriteatomicassign |
The documentation for this class was generated from the following files: