#include <FarDetSliceListHandle.h>
Inheritance diagram for FarDetSliceListHandle:

Public Member Functions | |
| FarDetSliceListHandle () | |
| FarDetSliceListHandle (const FarDetSliceListHandle &csh) | |
| FarDetSliceListHandle (FarDetSliceList *cs) | |
| virtual | ~FarDetSliceListHandle () |
| virtual FarDetSliceListHandle * | DupHandle () const |
| virtual void | Trace (const char *c) const |
|
|
Definition at line 6 of file FarDetSliceListHandle.cxx. Referenced by DupHandle(). 00007 {
00008
00009 }
|
|
|
Definition at line 11 of file FarDetSliceListHandle.cxx. 00011 : 00012 CandSliceListHandle(csh) 00013 { 00014 00015 }
|
|
|
Definition at line 17 of file FarDetSliceListHandle.cxx. 00017 : 00018 CandSliceListHandle(cs) 00019 { 00020 00021 }
|
|
|
Definition at line 23 of file FarDetSliceListHandle.cxx. 00024 {
00025
00026 }
|
|
|
Reimplemented from CandSliceListHandle. Definition at line 28 of file FarDetSliceListHandle.cxx. References FarDetSliceListHandle(). 00029 {
00030 return (new FarDetSliceListHandle(*this));
00031 }
|
|
|
Reimplemented from CandSliceListHandle. Definition at line 33 of file FarDetSliceListHandle.cxx. References CandHandle::Trace(). 00034 {
00035 CandHandle::Trace(c);
00036 }
|
1.3.9.1