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/KMdiChildAreaSignals.java

43 lines
1.7 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.koala;
import org.trinitydesktop.qt.TQColor;
import org.trinitydesktop.qt.TQFont;
import org.trinitydesktop.qt.TQMetaObject;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.qt.TQPoint;
import org.trinitydesktop.qt.TQMouseEvent;
import org.trinitydesktop.qt.TQWidget;
import org.trinitydesktop.qt.TQResizeEvent;
public interface KMdiChildAreaSignals {
/**
Signals that there aren't maximized child frames any more
@short Signals that there aren't maximized child frames any more
*/
void noMaximizedChildFrmLeft(KMdiChildFrm arg1);
/**
Signals that the child frames are maximized now
@short Signals that the child frames are maximized now
*/
void nowMaximized(boolean arg1);
/**
Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the
menubar (only in Maximize mode) must be updated to another MDI view because the focused
MDI view has changed
@short Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the menubar (only in Maximize mode) must be updated to another MDI view because the focused MDI view has changed
*/
void sysButtonConnectionsMustChange(KMdiChildFrm arg1, KMdiChildFrm arg2);
/**
Signals a KMdiMainFrm that the 'Window' popup menu must be shown
@short Signals a KMdiMainFrm that the 'Window' popup menu must be shown
*/
void popupWindowMenu(TQPoint arg1);
/**
Signals that the last attached (docked) MDI view has been closed.
Note: Detached MDI views can remain.
@short Signals that the last attached (docked) MDI view has been closed.
*/
void lastChildFrmClosed();
}