| 217 | | /** Type specific RefPtr type for RotateManipulator. */ |
|---|
| 218 | | typedef RefPtr<RotateManipulator> RotateManipulatorRefPtr; |
|---|
| 219 | | typedef MTRefPtr<RotateManipulator> RotateManipulatorMTRefPtr; |
|---|
| 220 | | |
|---|
| 221 | | typedef InternalRefPtr<RotateManipulator> RotateManipulatorInternalRefPtr; |
|---|
| 222 | | typedef InternalRefPtr<RotateManipulator> const RotateManipulatorInternalRefPtrConst; |
|---|
| 223 | | typedef InternalRefPtr<RotateManipulator> const RotateManipulatorInternalRefPtrConstArg; |
|---|
| | 217 | typedef RefCountPtrBuilder<RotateManipulator>::Ptr RotateManipulatorRefPtr; |
|---|
| | 218 | typedef MTRefCountPtrBuilder<RotateManipulator>::Ptr RotateManipulatorMTRefPtr; |
|---|
| | 219 | typedef WeakRefCountPtrBuilder<RotateManipulator>::Ptr RotateManipulatorWeakRefPtr; |
|---|
| | 220 | typedef InternalRefCountPtrBuilder<RotateManipulator>::Ptr RotateManipulatorInternalRefPtr; |
|---|
| | 221 | |
|---|
| | 222 | typedef ParentPtrBuilder<RotateManipulator>::Ptr RotateManipulatorParentPtr; |
|---|