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
RDPSessionView.h
1
/*
2
RDP Session View
3
4
Copyright 2013 Thincast Technologies GmbH, Author: Martin Fleisz
5
6
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
7
If a copy of the MPL was not distributed with this file, You can obtain one at
8
http://mozilla.org/MPL/2.0/.
9
*/
10
11
#import <UIKit/UIKit.h>
12
#import "RDPSession.h"
13
14
@interface
RDPSessionView
: UIView
15
{
16
RDPSession
*_session;
17
}
18
19
- (void)setSession:(
RDPSession
*)session;
20
21
@end
RDPSessionView
Definition
RDPSessionView.h:15
RDPSession
Definition
RDPSession.h:46
client
iOS
Views
RDPSessionView.h
Generated by
1.9.8