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.
26 lines
861 B
Java
26 lines
861 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.koala;
|
|
|
|
import org.kde.qt.TQMetaObject;
|
|
import org.kde.qt.QtSupport;
|
|
import org.kde.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();
|
|
}
|