|
Isis 3 Programmer Reference
|
1 #ifndef PaletteWindow_h
2 #define PaletteWindow_h
PaletteWindow(QWidget *parent=0)
PaletteWindow constructor.
bool eventFilter(QObject *o, QEvent *e)
This event filter is installed on the parent of this window.
void hideEvent(QHideEvent *event)
This method ensure that the settings get written even if the Palette window was only hidden,...
QString p_appName
Application name.
void closeEvent(QCloseEvent *event)
This method is overridden so that we can be sure to write the current settings of the Palette window.
void readSettings()
This method is called from the constructor so that when the Palette window is created,...
void writeSettings()
This method is called when the Palette window is closed or hidden to write the size and location sett...
This is free and unencumbered software released into the public domain.