Method |
Description |
---|
AcDbGripData::AcDbGripData () |
Default constructor.Initializes the grip point to <0,0,0> and all pointer data members to null. |
AcDbGripData::AcDbGripData (AcDbGripData&) |
A copy constructor.It copies the grip point, function pointers, and tooltip string from src and allocates memory for the tooltip string. |
AcDbGripData::AcDbGripData (AcGePoint3d&, void*) |
This constructor enables setting of pt and appData members. All other members are set to NULL. |
AcDbGripData::AcDbGripData (AcGePoint3d&, void*, AcRxClass*, GripOperationPtr, GripOperationPtr, GripRtClkHandler, GripWorldDrawPtr, GripViewportDrawPtr, GripOpStatusPtr, GripToolTipPtr, GripDimensionPtr, GripDimensionPtr, unsigned int, AcGePoint3d*, GripInputPointPtr) |
Deprecated. This constructor enables setting of all the data members of the AcDbGripData object including for the appDataAcRxClass member. Values are required for the pt and appData arguments. |
AcDbGripData::AcDbGripData (AcGePoint3d&, void*, GripOperationPtr, GripOperationPtr, GripRtClkHandler, GripWorldDrawPtr, GripViewportDrawPtr, GripOpStatusPtr, GripToolTipPtr, GripDimensionPtr, GripDimensionPtr, unsigned int, AcGePoint3d*, GripInputPointPtr) |
Deprecated. This constructor enables setting of all the data members of the AcDbGripData object except for the appDataAcRxClass member. Values are required for the pt and appData arguments. |