You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/tdejava/koala/org/trinitydesktop/koala/TDECModuleSignals.java

26 lines
903 B

//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.koala;
import org.trinitydesktop.qt.TQMetaObject;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.qt.TQWidget;
public interface TDECModuleSignals {
/**
Indicate that the state of the modules contents has changed.
This signal is emitted whenever the state of the configuration
shown in the module changes. It allows the control center to
keep track of unsaved changes.
@short Indicate that the state of the modules contents has changed.
*/
void changed(boolean state);
/**
Indicate that the module's quickhelp has changed.
Emit this signal whenever the module's quickhelp changes.
Modules implemented as tabbed dialogs might want to implement
per-tab quickhelp for example.
@short Indicate that the module's quickhelp has changed.
*/
void quickHelpChanged();
}