| 541 | | static ImageTransitPtr create (void); |
|---|
| 542 | | static ImagePtr createEmpty (void); |
|---|
| 543 | | |
|---|
| 544 | | static ImageTransitPtr createLocal ( |
|---|
| 545 | | BitVector bFlags = FCLocal::All); |
|---|
| 546 | | |
|---|
| 547 | | static ImagePtr createEmptyLocal( |
|---|
| | 541 | static ImageTransitPtr create (void); |
|---|
| | 542 | static Image *createEmpty (void); |
|---|
| | 543 | |
|---|
| | 544 | static ImageTransitPtr createLocal ( |
|---|
| | 545 | BitVector bFlags = FCLocal::All); |
|---|
| | 546 | |
|---|
| | 547 | static Image *createEmptyLocal( |
|---|
| 625 | | virtual bool linkParent (const FieldContainerPtr pParent, |
|---|
| 626 | | const UInt16 childFieldId, |
|---|
| 627 | | const UInt16 parentFieldId); |
|---|
| 628 | | virtual bool unlinkParent(const FieldContainerPtr pParent, |
|---|
| 629 | | const UInt16 parentFieldId); |
|---|
| | 625 | virtual bool linkParent (FieldContainer * const pParent, |
|---|
| | 626 | UInt16 const childFieldId, |
|---|
| | 627 | UInt16 const parentFieldId); |
|---|
| | 628 | virtual bool unlinkParent(FieldContainer * const pParent, |
|---|
| | 629 | UInt16 const parentFieldId); |
|---|