You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.5 KiB
Java
53 lines
1.5 KiB
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.koala;
|
|
|
|
import org.kde.qt.Qt;
|
|
import org.kde.qt.TQMetaObject;
|
|
import org.kde.qt.QtSupport;
|
|
import org.kde.qt.TQWidget;
|
|
|
|
/**
|
|
|
|
Icon canvas for TDEIconDialog.
|
|
See {@link TDEIconCanvasSignals} for signals emitted by TDEIconCanvas
|
|
@short Icon canvas for TDEIconDialog.
|
|
|
|
*/
|
|
public class TDEIconCanvas extends TDEIconView {
|
|
protected TDEIconCanvas(Class dummy){super((Class) null);}
|
|
public native TQMetaObject metaObject();
|
|
public native String className();
|
|
public TDEIconCanvas(TQWidget parent, String name) {
|
|
super((Class) null);
|
|
newTDEIconCanvas(parent,name);
|
|
}
|
|
private native void newTDEIconCanvas(TQWidget parent, String name);
|
|
public TDEIconCanvas(TQWidget parent) {
|
|
super((Class) null);
|
|
newTDEIconCanvas(parent);
|
|
}
|
|
private native void newTDEIconCanvas(TQWidget parent);
|
|
public TDEIconCanvas() {
|
|
super((Class) null);
|
|
newTDEIconCanvas();
|
|
}
|
|
private native void newTDEIconCanvas();
|
|
/**
|
|
Load icons into the canvas.
|
|
@short Load icons into the canvas.
|
|
*/
|
|
public native void loadFiles(String[] files);
|
|
/**
|
|
Returns the current icon.
|
|
@short Returns the current icon.
|
|
*/
|
|
public native String getCurrent();
|
|
public native void stopLoading();
|
|
/** Deletes the wrapped C++ instance */
|
|
protected native void finalize() throws InternalError;
|
|
/** Delete the wrapped C++ instance ahead of finalize() */
|
|
public native void dispose();
|
|
/** Has the wrapped C++ instance been deleted? */
|
|
public native boolean isDisposed();
|
|
}
|