Stellarium 0.14.3
|
#include <MSSearchDialog.hpp>
Public Types | |
enum | ModelColumns { ColumnName, ColumnZHR, ColumnDataType, ColumnPeak, ColumnCount } |
Defines the number and the order of the columns in the table that lists active meteor showers. More... | |
Public Slots | |
void | retranslate () |
Public Member Functions | |
MSSearchDialog (MeteorShowersMgr *mgr) | |
Constructor. More... | |
~MSSearchDialog () | |
Destructor. More... | |
Protected Member Functions | |
void | createDialogContent () |
Initialize the dialog and connect the signals/slots. More... | |
Definition at line 33 of file MSSearchDialog.hpp.
Defines the number and the order of the columns in the table that lists active meteor showers.
Enumerator | |
---|---|
ColumnZHR |
name column |
ColumnDataType |
zhr column |
ColumnPeak |
data type column |
ColumnCount |
peak date column total number of columns |
Definition at line 40 of file MSSearchDialog.hpp.
MSSearchDialog::MSSearchDialog | ( | MeteorShowersMgr * | mgr | ) |
Constructor.
MSSearchDialog::~MSSearchDialog | ( | ) |
Destructor.
|
protectedvirtual |
Initialize the dialog and connect the signals/slots.
Implements StelDialog.