C# Class Monobjc.Tools.Xcode.PBXGroup

Inheritance: PBXFileElement
Datei anzeigen Open project: Monobjc/monobjc-tools Class Usage Examples

Public Methods

Method Description
Accept ( IPBXVisitor visitor ) : void

Accepts the specified visitor.

AddChild ( PBXFileElement element ) : void

Adds the child.

Clear ( ) : void

Clear all the children.

Find ( PBXElementType nature, String name ) : PBXFileElement

Finds the specified nature.

FindFileReference ( String name ) : PBXFileReference

Finds the file reference.

FindGroup ( String name ) : PBXGroup

Finds the group.

FindVariantGroup ( String name ) : PBXVariantGroup

Finds the file reference.

PBXGroup ( ) : System

Initializes a new instance of the PBXGroup class.

PBXGroup ( String name ) : System

Initializes a new instance of the PBXGroup class.

RemoveChild ( PBXFileElement element ) : void

Removes the child.

WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void

Writes this element to the writer.

Method Details

Accept() public method

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
return void

AddChild() public method

Adds the child.
public AddChild ( PBXFileElement element ) : void
element PBXFileElement The element.
return void

Clear() public method

Clear all the children.
public Clear ( ) : void
return void

Find() public method

Finds the specified nature.
public Find ( PBXElementType nature, String name ) : PBXFileElement
nature PBXElementType The nature.
name String The name.
return PBXFileElement

FindFileReference() public method

Finds the file reference.
public FindFileReference ( String name ) : PBXFileReference
name String The name.
return PBXFileReference

FindGroup() public method

Finds the group.
public FindGroup ( String name ) : PBXGroup
name String The name.
return PBXGroup

FindVariantGroup() public method

Finds the file reference.
public FindVariantGroup ( String name ) : PBXVariantGroup
name String The name.
return PBXVariantGroup

PBXGroup() public method

Initializes a new instance of the PBXGroup class.
public PBXGroup ( ) : System
return System

PBXGroup() public method

Initializes a new instance of the PBXGroup class.
public PBXGroup ( String name ) : System
name String The name.
return System

RemoveChild() public method

Removes the child.
public RemoveChild ( PBXFileElement element ) : void
element PBXFileElement The element.
return void

WriteTo() public method

Writes this element to the writer.
public WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void
writer ProjectWriter The writer.
map string>.IDictionary The map.
return void