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

Instance Methods

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

Properties

id< BookmarkEditorDelegatedelegate
 

Detailed Description

Definition at line 22 of file BookmarkEditorController.h.

Method Documentation

◆ initWithBookmark:

- (id) initWithBookmark: (ComputerBookmark *)  bookmark

Definition at line 1 of file BookmarkEditorController.m.

32 :(ComputerBookmark *)bookmark
33{
34 if ((self = [super initWithStyle:UITableViewStyleGrouped]))
35 {
36 // set additional settings state according to bookmark data
37 if ([[bookmark uuid] length] == 0)
38 _bookmark = [bookmark copy];
39 else
40 _bookmark = [bookmark copyWithUUID];
41 _params = [_bookmark params];
42
43 _display_server_settings = YES;
44 }
45 return self;
46}

Property Documentation

◆ delegate

- (id< BookmarkEditorDelegate >) delegate
readwritenonatomicassign

Definition at line 30 of file BookmarkEditorController.h.


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