FreeRDP
Mac/cli/AppDelegate.m File Reference
#import "AppDelegate.h"
#import <mfreerdp.h>
#import <mf_client.h>
#import <MRDPView.h>
#import <winpr/assert.h>
#import <freerdp/client/cmdline.h>

Functions

void AppDelegate_ConnectionResultEventHandler (void *context, const ConnectionResultEventArgs *e)
 
void AppDelegate_ErrorInfoEventHandler (void *ctx, const ErrorInfoEventArgs *e)
 
void AppDelegate_EmbedWindowEventHandler (void *context, const EmbedWindowEventArgs *e)
 
void AppDelegate_ResizeWindowEventHandler (void *context, const ResizeWindowEventArgs *e)
 
void mac_set_view_size (rdpContext *context, MRDPView *view)
 

Variables

static AppDelegate_singleDelegate = nil
 

Function Documentation

◆ AppDelegate_ConnectionResultEventHandler()

void AppDelegate_ConnectionResultEventHandler ( void *  ctx,
const ConnectionResultEventArgs *  e 
)

On connection error, display message and quit application

Here is the call graph for this function:

◆ AppDelegate_EmbedWindowEventHandler()

void AppDelegate_EmbedWindowEventHandler ( void *  context,
const EmbedWindowEventArgs *  e 
)
Here is the call graph for this function:

◆ AppDelegate_ErrorInfoEventHandler()

void AppDelegate_ErrorInfoEventHandler ( void *  ctx,
const ErrorInfoEventArgs *  e 
)
Here is the call graph for this function:

◆ AppDelegate_ResizeWindowEventHandler()

void AppDelegate_ResizeWindowEventHandler ( void *  context,
const ResizeWindowEventArgs *  e 
)
Here is the call graph for this function:

◆ mac_set_view_size()

void mac_set_view_size ( rdpContext *  context,
MRDPView view 
)
Here is the caller graph for this function:

Variable Documentation

◆ _singleDelegate

AppDelegate* _singleDelegate = nil
static