All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.datavis.QCategory3DAxis Maven / Gradle / Ivy

package io.qt.datavis;


/**
 * 

Manipulates an axis of a graph

*

Java wrapper for Qt class QCategory3DAxis

*/ public class QCategory3DAxis extends io.qt.datavis.QAbstract3DAxis { /** * This variable stores the meta-object for the class. */ public static final io.qt.core.QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QCategory3DAxis.class); /** *

See QAbstract3DAxis::labelsChanged()

*/ @io.qt.QtPropertyNotify(name="labels") public final Signal0 labelsChanged = new Signal0(); /** *

Overloaded constructor for {@link #QCategory3DAxis(io.qt.core.QObject)} * with parent = null.

*/ public QCategory3DAxis() { this((io.qt.core.QObject)null); } /** *

See QCategory3DAxis::QCategory3DAxis(QObject*)

*/ public QCategory3DAxis(io.qt.core.QObject parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QCategory3DAxis instance, io.qt.core.QObject parent); /** *

See QAbstract3DAxis::labels()const

*/ @io.qt.QtPropertyReader(name="labels") @io.qt.QtUninvokable public final io.qt.core.QStringList labels(){ return labels_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.core.QStringList labels_native_constfct(long __this__nativeId); /** *

See QAbstract3DAxis::setLabels(QStringList)

*/ @io.qt.QtPropertyWriter(name="labels") @io.qt.QtUninvokable public final void setLabels(java.util.Collection labels){ setLabels_native_cref_QStringList(QtJambi_LibraryUtilities.internal.nativeId(this), labels); } @io.qt.QtUninvokable private native void setLabels_native_cref_QStringList(long __this__nativeId, java.util.Collection labels); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected QCategory3DAxis(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. */ @io.qt.NativeAccess protected QCategory3DAxis(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @io.qt.QtUninvokable private static native void initialize_native(QCategory3DAxis instance, QDeclarativeConstructor constructor); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy