FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
BookmarkGatewaySettingsController Class Reference
Inheritance diagram for BookmarkGatewaySettingsController:
Collaboration diagram for BookmarkGatewaySettingsController:

Instance Methods

(id) - initWithBookmark:
 
- Instance Methods inherited from EditorBaseController
(UITableViewCell *) - tableViewCellFromIdentifier:
 
(void) - adjustEditTextTableViewCell:
 

Detailed Description

Definition at line 16 of file BookmarkGatewaySettingsController.h.

Method Documentation

◆ initWithBookmark:

- (id) initWithBookmark: (ComputerBookmark *)  bookmark

Definition at line 1 of file BookmarkGatewaySettingsController.m.

23 :(ComputerBookmark *)bookmark
24{
25 if ((self = [super initWithStyle:UITableViewStyleGrouped]))
26 {
27 // set additional settings state according to bookmark data
28 _bookmark = [bookmark retain];
29 _params = [bookmark params];
30 }
31 return self;
32}

The documentation for this class was generated from the following files: