Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classDummyDialog.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:26:01 2014 Кодировка: Поисковые слова: europa |
Stellarium 0.12.3
|
The TextUserInterface wants to intercept all key presses including those which are assigned to glocal key bindings in the main GUI definition (i.e. More...
#include <DummyDialog.hpp>
Public Slots | |
void | setVisible (bool) |
void | close () |
Signals | |
void | visibleChanged (bool) |
Public Member Functions | |
DummyDialog (StelModule *eventHandler) | |
Protected Member Functions | |
bool | eventFilter (QObject *obj, QEvent *event) |
void | createDialogContent () |
Protected Attributes | |
class CustomProxy * | proxy |
QWidget * | dialog |
StelModule * | evtHandler |
The TextUserInterface wants to intercept all key presses including those which are assigned to glocal key bindings in the main GUI definition (i.e.
keys used for actions which are associated with toolbar buttons.
This DummyDialog class allows the plugin to put the QT focus on the dialog and thus prevent global action key bindings from being handled by the main GUI
This is adapted from the StelDialog class.
Definition at line 34 of file DummyDialog.hpp.