FreeRDP
|
#include <MRDPView.h>
Instance Methods | |
(int) | - rdpStart: |
(void) | - setCursor: |
(void) | - setScrollOffset:y:w:h: |
(void) | - onPasteboardTimerFired: |
(void) | - pause |
(void) | - resume |
(void) | - releaseResources |
Data Fields | |
NSPasteboard * | pasteboard_rd |
NSPasteboard * | pasteboard_wr |
int | pasteboard_changecount |
int | pasteboard_format |
Protected Attributes | |
mfContext * | mfc |
NSBitmapImageRep * | bmiRep |
NSMutableArray * | cursors |
NSMutableArray * | windows |
NSTimer * | pasteboard_timer |
NSCursor * | currentCursor |
NSRect | prevWinPosition |
freerdp * | instance |
rdpContext * | context |
CGContextRef | bitmap_context |
char * | pixel_data |
int | argc |
char ** | argv |
DWORD | kbdModFlags |
BOOL | initialized |
NSPoint | savedDragLocation |
BOOL | firstCreateWindow |
BOOL | isMoveSizeInProgress |
BOOL | skipResizeOnce |
BOOL | saveInitialDragLoc |
BOOL | skipMoveWindowOnce |
Properties | |
int | is_connected |
FreeRDP: A Remote Desktop Protocol Implementation MacFreeRDP
Copyright 2012 Thomas Goddard
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 31 of file MRDPView.h.
- (void) onPasteboardTimerFired: | (NSTimer *) | timer |
System-Declared Uniform Type Identifiers: https://developer.apple.com/library/ios/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html
Definition at line 669 of file MRDPView.m.
- (void) pause |
Definition at line 669 of file MRDPView.m.
- (int) rdpStart: | (rdpContext *) | rdp_context |
Definition at line 69 of file MRDPView.m.
- (void) releaseResources |
Definition at line 669 of file MRDPView.m.
- (void) resume |
Definition at line 669 of file MRDPView.m.
- (void) setCursor: | (NSCursor *) | cursor |
Definition at line 124 of file MRDPView.m.
- (void) setScrollOffset: | (int) | xOffset | |
y: | (int) | yOffset | |
w: | (int) | width | |
h: | (int) | height | |
Definition at line 669 of file MRDPView.m.
|
protected |
Definition at line 44 of file MRDPView.h.
|
protected |
Definition at line 45 of file MRDPView.h.
|
protected |
Definition at line 42 of file MRDPView.h.
|
protected |
Definition at line 34 of file MRDPView.h.
|
protected |
Definition at line 41 of file MRDPView.h.
|
protected |
Definition at line 38 of file MRDPView.h.
|
protected |
Definition at line 35 of file MRDPView.h.
|
protected |
Definition at line 49 of file MRDPView.h.
|
protected |
Definition at line 47 of file MRDPView.h.
|
protected |
Definition at line 40 of file MRDPView.h.
|
protected |
Definition at line 50 of file MRDPView.h.
|
protected |
Definition at line 46 of file MRDPView.h.
|
protected |
Definition at line 33 of file MRDPView.h.
- (int) pasteboard_changecount |
Definition at line 57 of file MRDPView.h.
- (int) pasteboard_format |
Definition at line 58 of file MRDPView.h.
- (NSPasteboard*) pasteboard_rd |
Definition at line 55 of file MRDPView.h.
|
protected |
Definition at line 37 of file MRDPView.h.
- (NSPasteboard*) pasteboard_wr |
Definition at line 56 of file MRDPView.h.
|
protected |
Definition at line 43 of file MRDPView.h.
|
protected |
Definition at line 39 of file MRDPView.h.
|
protected |
Definition at line 48 of file MRDPView.h.
|
protected |
Definition at line 52 of file MRDPView.h.
|
protected |
Definition at line 53 of file MRDPView.h.
|
protected |
Definition at line 51 of file MRDPView.h.
|
protected |
Definition at line 36 of file MRDPView.h.
|
readwriteatomicassign |
Definition at line 59 of file MRDPView.h.