FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
Mac/cli/AppDelegate.h
1
//
2
// AppDelegate.h
3
// MacClient2
4
//
5
// Created by Benoît et Kathy on 2013-05-08.
6
//
7
//
8
9
#import <Cocoa/Cocoa.h>
10
#import <MRDPView.h>
11
#import <mfreerdp.h>
12
13
@interface
AppDelegate
: NSObject <NSApplicationDelegate>
14
{
15
@public
16
NSWindow *window;
17
rdpContext *context;
18
MRDPView
*mrdpView;
19
}
20
21
- (void)rdpConnectError:(NSString *)customMessage;
22
23
@property
(assign) IBOutlet NSWindow *window;
24
@property
(assign) rdpContext *context;
25
26
@end
AppDelegate
Definition
iOS/AppDelegate.h:17
MRDPView
Definition
MRDPView.h:32
client
Mac
cli
AppDelegate.h
Generated by
1.9.8