|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef PaletteWindow_h
2 #define PaletteWindow_h
Definition: PaletteWindow.h:15
File name manipulation and expansion.
Definition: FileName.h:100
PaletteWindow(QWidget *parent=0)
PaletteWindow constructor.
Definition: PaletteWindow.cpp:12
QString expanded() const
Returns a QString of the full file name including the file path, excluding the attributes.
Definition: FileName.cpp:196
bool eventFilter(QObject *o, QEvent *e)
This event filter is installed on the parent of this window.
Definition: PaletteWindow.cpp:87
void hideEvent(QHideEvent *event)
This method ensure that the settings get written even if the Palette window was only hidden,...
Definition: PaletteWindow.cpp:36
void closeEvent(QCloseEvent *event)
This method is overridden so that we can be sure to write the current settings of the Palette window.
Definition: PaletteWindow.cpp:25
void readSettings()
This method is called from the constructor so that when the Palette window is created,...
Definition: PaletteWindow.cpp:46
void writeSettings()
This method is called when the Palette window is closed or hidden to write the size and location sett...
Definition: PaletteWindow.cpp:63
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16