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
Instance Methods
NSObject(TSXAdditions) Category Reference
Instance Methods
(void)
-
setValuesForKeyPathsWithDictionary:
Detailed Description
Definition at line
13
of file
TSXAdditions.h
.
Method Documentation
◆
setValuesForKeyPathsWithDictionary:
- (void) setValuesForKeyPathsWithDictionary:
(NSDictionary *)
keyedValues
Definition at line
1
of file
TSXAdditions.m
.
18
:(NSDictionary *)keyedValues
19
{
20
for
(
id
keyPath in keyedValues)
21
[
self
setValue:[keyedValues objectForKey:keyPath] forKeyPath:keyPath];
22
}
The documentation for this category was generated from the following files:
TSXAdditions.h
TSXAdditions.m
NSObject(TSXAdditions)
Generated by
1.9.8