GPKGIconTable
Objective-C
@interface GPKGIconTable : GPKGMediaTable
Swift
class GPKGIconTable : GPKGMediaTable
Icon Table
-
Initializer
Declaration
Objective-C
- (instancetype)init;Swift
init!()Return Value
new icon table
-
Initializer
Declaration
Objective-C
- (instancetype)initWithTable:(GPKGUserCustomTable *)table;Swift
init!(table: GPKGUserCustomTable!)Parameters
tableuser custom table
Return Value
new icon table
-
Get the name column index
Declaration
Objective-C
- (int)nameColumnIndex;Swift
func nameColumnIndex() -> Int32Return Value
name column index
-
Get the name column
Declaration
Objective-C
- (GPKGUserCustomColumn *)nameColumn;Swift
func nameColumn() -> GPKGUserCustomColumn!Return Value
name column
-
Get the description column index
Declaration
Objective-C
- (int)descriptionColumnIndex;Swift
func descriptionColumnIndex() -> Int32Return Value
description column index
-
Get the description column
Declaration
Objective-C
- (GPKGUserCustomColumn *)descriptionColumn;Swift
func descriptionColumn() -> GPKGUserCustomColumn!Return Value
description column
-
Get the width column index
Declaration
Objective-C
- (int)widthColumnIndex;Swift
func widthColumnIndex() -> Int32Return Value
opacity column index
-
Get the width column
Declaration
Objective-C
- (GPKGUserCustomColumn *)widthColumn;Swift
func widthColumn() -> GPKGUserCustomColumn!Return Value
width column
-
Get the height column index
Declaration
Objective-C
- (int)heightColumnIndex;Swift
func heightColumnIndex() -> Int32Return Value
height column index
-
Get the height column
Declaration
Objective-C
- (GPKGUserCustomColumn *)heightColumn;Swift
func heightColumn() -> GPKGUserCustomColumn!Return Value
height column
-
Get the anchor u column index
Declaration
Objective-C
- (int)anchorUColumnIndex;Swift
func anchorUColumnIndex() -> Int32Return Value
anchor u column index
-
Get the anchor u column
Declaration
Objective-C
- (GPKGUserCustomColumn *)anchorUColumn;Swift
func anchorUColumn() -> GPKGUserCustomColumn!Return Value
anchor u column
-
Get the anchor v column index
Declaration
Objective-C
- (int)anchorVColumnIndex;Swift
func anchorVColumnIndex() -> Int32Return Value
anchor v column index
-
Get the anchor v column
Declaration
Objective-C
- (GPKGUserCustomColumn *)anchorVColumn;Swift
func anchorVColumn() -> GPKGUserCustomColumn!Return Value
anchor v column
View on GitHub
GPKGIconTable Class Reference