Method | Description | |
---|---|---|
Append ( |
||
Append ( Quantity_Color theItem ) : void | ||
Aspect_SequenceOfColor ( ) : System | ||
Aspect_SequenceOfColor ( Aspect_SequenceOfColor theOther ) : System | ||
Aspect_SequenceOfColor ( NCollection_BaseAllocator theAllocator ) : System | ||
Assign ( Aspect_SequenceOfColor theOther ) : Aspect_SequenceOfColor | ||
ChangeFirst ( ) : Quantity_Color | ||
ChangeLast ( ) : Quantity_Color | ||
ChangeValue ( int theIndex ) : Quantity_Color | ||
Clear ( ) : void | ||
Clear ( NCollection_BaseAllocator theAllocator ) : void | ||
Exchange ( int I, int J ) : void | ||
First ( ) : Quantity_Color | ||
InsertAfter ( int theIndex, Aspect_SequenceOfColor theSeq ) : void | ||
InsertAfter ( int theIndex, Quantity_Color theItem ) : void | ||
InsertBefore ( int theIndex, Aspect_SequenceOfColor theSeq ) : void | ||
InsertBefore ( int theIndex, Quantity_Color theItem ) : void | ||
IsEmpty ( ) : bool | ||
Last ( ) : Quantity_Color | ||
Length ( ) : int | ||
Lower ( ) : int | ||
Prepend ( Aspect_SequenceOfColor theSeq ) : void | ||
Prepend ( Quantity_Color theItem ) : void | ||
Remove ( int theIndex ) : void | ||
Remove ( int theFromIndex, int theToIndex ) : void | ||
Reverse ( ) : void | ||
SetValue ( int theIndex, Quantity_Color theItem ) : void | ||
Size ( ) : int | ||
Split ( int theIndex, Aspect_SequenceOfColor theSeq ) : void | ||
Upper ( ) : int | ||
Value ( int theIndex ) : Quantity_Color |
public Append ( |
||
theSeq | ||
return | void |
public Append ( Quantity_Color theItem ) : void | ||
theItem | Quantity_Color | |
return | void |
public Aspect_SequenceOfColor ( Aspect_SequenceOfColor theOther ) : System | ||
theOther | Aspect_SequenceOfColor | |
return | System |
public Aspect_SequenceOfColor ( NCollection_BaseAllocator theAllocator ) : System | ||
theAllocator | NCollection_BaseAllocator | |
return | System |
public Assign ( Aspect_SequenceOfColor theOther ) : Aspect_SequenceOfColor | ||
theOther | Aspect_SequenceOfColor | |
return | Aspect_SequenceOfColor |
public ChangeValue ( int theIndex ) : Quantity_Color | ||
theIndex | int | |
return | Quantity_Color |
public Clear ( NCollection_BaseAllocator theAllocator ) : void | ||
theAllocator | NCollection_BaseAllocator | |
return | void |
public InsertAfter ( int theIndex, Aspect_SequenceOfColor theSeq ) : void | ||
theIndex | int | |
theSeq | Aspect_SequenceOfColor | |
return | void |
public InsertAfter ( int theIndex, Quantity_Color theItem ) : void | ||
theIndex | int | |
theItem | Quantity_Color | |
return | void |
public InsertBefore ( int theIndex, Aspect_SequenceOfColor theSeq ) : void | ||
theIndex | int | |
theSeq | Aspect_SequenceOfColor | |
return | void |
public InsertBefore ( int theIndex, Quantity_Color theItem ) : void | ||
theIndex | int | |
theItem | Quantity_Color | |
return | void |
public Prepend ( Aspect_SequenceOfColor theSeq ) : void | ||
theSeq | Aspect_SequenceOfColor | |
return | void |
public Prepend ( Quantity_Color theItem ) : void | ||
theItem | Quantity_Color | |
return | void |
public Remove ( int theFromIndex, int theToIndex ) : void | ||
theFromIndex | int | |
theToIndex | int | |
return | void |
public SetValue ( int theIndex, Quantity_Color theItem ) : void | ||
theIndex | int | |
theItem | Quantity_Color | |
return | void |
public Split ( int theIndex, Aspect_SequenceOfColor theSeq ) : void | ||
theIndex | int | |
theSeq | Aspect_SequenceOfColor | |
return | void |
public Value ( int theIndex ) : Quantity_Color | ||
theIndex | int | |
return | Quantity_Color |