com.trolltech.qt.gui
Class QPainterPath_Element
java.lang.Object
com.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.gui.QPainterPath_Element
- All Implemented Interfaces:
- QtJambiInterface, java.lang.Cloneable
public class QPainterPath_Element
- extends QtJambiObject
- implements java.lang.Cloneable
| Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
QSignalEmitter.AbstractSignal, QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9 |
| Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
| Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
currentSender |
|
Method Summary |
QPainterPath_Element |
clone()
This method is reimplemented for internal reasons |
boolean |
isCurveTo()
Returns true if the element is a curve, otherwise returns false. |
boolean |
isLineTo()
Returns true if the element is a line, otherwise returns false. |
boolean |
isMoveTo()
Returns true if the element is moving the current position, otherwise returns false. |
QPointF |
toPoint()
Converts this painter path to a point. |
| Methods inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
__qt_signalInitialization |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QPainterPath_Element
public QPainterPath_Element()
isCurveTo
public final boolean isCurveTo()
- Returns true if the element is a curve, otherwise returns false.
- See also:
- type, and
QPainterPath::CurveToElement .
isLineTo
public final boolean isLineTo()
- Returns true if the element is a line, otherwise returns false.
- See also:
- type, and
QPainterPath::LineToElement .
isMoveTo
public final boolean isMoveTo()
- Returns true if the element is moving the current position, otherwise returns false.
- See also:
- type, and
QPainterPath::MoveToElement .
toPoint
public final QPointF toPoint()
- Converts this painter path to a point.
clone
public QPainterPath_Element clone()
- This method is reimplemented for internal reasons
- Overrides:
clone in class java.lang.Object