GcEdDragStyle

class pygcad.pygrx.GcEdDragStyle

Bases: pybind11_object

Attributes Summary

kDeletedEffect

kHide

kHighlight

kNone

kNotSet

kOpacity

kTransparent25

kTransparent75

Methods Summary

assign(self, src)

C++: GcEdDragStyle::operator=(const class GcEdDragStyle &) --> class GcEdDragStyle &

setStyleTypeForDragged(self, styleType)

C++: GcEdDragStyle::setStyleTypeForDragged(enum GcEdDragStyle::StyleType) --> enum Gcad::ErrorStatus

setStyleTypeForOriginal(self, styleType)

C++: GcEdDragStyle::setStyleTypeForOriginal(enum GcEdDragStyle::StyleType) --> enum Gcad::ErrorStatus

styleTypeForDragged(self)

C++: GcEdDragStyle::styleTypeForDragged() const --> enum GcEdDragStyle::StyleType

styleTypeForOriginal(self)

C++: GcEdDragStyle::styleTypeForOriginal() const --> enum GcEdDragStyle::StyleType

Attributes Documentation

kDeletedEffect = <StyleType.kDeletedEffect: 4>
kHide = <StyleType.kHide: 1>
kHighlight = <StyleType.kHighlight: 5>
kNone = <StyleType.kNone: 0>
kNotSet = <StyleType.kNotSet: 6>
kOpacity = <StyleType.kOpacity: 7>
kTransparent25 = <StyleType.kTransparent25: 2>
kTransparent75 = <StyleType.kTransparent75: 3>

Methods Documentation

assign(self: pygcad.pygrx.GcEdDragStyle, src: pygcad.pygrx.GcEdDragStyle) pygcad.pygrx.GcEdDragStyle

C++: GcEdDragStyle::operator=(const class GcEdDragStyle &) –> class GcEdDragStyle &

setStyleTypeForDragged(self: pygcad.pygrx.GcEdDragStyle, styleType: pygcad.pygrx.GcEdDragStyle.StyleType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcEdDragStyle::setStyleTypeForDragged(enum GcEdDragStyle::StyleType) –> enum Gcad::ErrorStatus

setStyleTypeForOriginal(self: pygcad.pygrx.GcEdDragStyle, styleType: pygcad.pygrx.GcEdDragStyle.StyleType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcEdDragStyle::setStyleTypeForOriginal(enum GcEdDragStyle::StyleType) –> enum Gcad::ErrorStatus

styleTypeForDragged(self: pygcad.pygrx.GcEdDragStyle) pygcad.pygrx.GcEdDragStyle.StyleType

C++: GcEdDragStyle::styleTypeForDragged() const –> enum GcEdDragStyle::StyleType

styleTypeForOriginal(self: pygcad.pygrx.GcEdDragStyle) pygcad.pygrx.GcEdDragStyle.StyleType

C++: GcEdDragStyle::styleTypeForOriginal() const –> enum GcEdDragStyle::StyleType