C# Class Monobjc.Tools.Xcode.PBXGroup

Inheritance: PBXFileElement
Afficher le fichier Open project: Monobjc/monobjc-tools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
Résultat void

AddChild() public méthode

Adds the child.
public AddChild ( PBXFileElement element ) : void
element PBXFileElement The element.
Résultat void

Clear() public méthode

Clear all the children.
public Clear ( ) : void
Résultat void

Find() public méthode

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

FindFileReference() public méthode

Finds the file reference.
public FindFileReference ( String name ) : PBXFileReference
name String The name.
Résultat PBXFileReference

FindGroup() public méthode

Finds the group.
public FindGroup ( String name ) : PBXGroup
name String The name.
Résultat PBXGroup

FindVariantGroup() public méthode

Finds the file reference.
public FindVariantGroup ( String name ) : PBXVariantGroup
name String The name.
Résultat PBXVariantGroup

PBXGroup() public méthode

Initializes a new instance of the PBXGroup class.
public PBXGroup ( ) : System
Résultat System

PBXGroup() public méthode

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

RemoveChild() public méthode

Removes the child.
public RemoveChild ( PBXFileElement element ) : void
element PBXFileElement The element.
Résultat void

WriteTo() public méthode

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