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

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

The newest version!
package io.qt.datavis;

import io.qt.*;


/**
 * 

Template class that provides a dynamic array

*

Java wrapper for Qt class QBarDataRow

*/ public class QBarDataRow extends io.qt.core.QList { static { QtJambi_LibraryUtilities.initialize(); } /** *

See QBarDataRow::QBarDataRow()

*/ public QBarDataRow(){ super((QPrivateConstructor)null); initialize_native(this); } private native static void initialize_native(QBarDataRow instance); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QBarDataRow(QPrivateConstructor p) { super(p); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy