9#include "ui_flagmanager.h"
11#include <QAbstractTableModel>
18class FlagManagerUI :
public QFrame,
public Ui::FlagManager
43 void setRaDec(
const dms &ra,
const dms &dec);
45 void showFlag(
const int flagIdx);
49 void deleteFlagItem(
int flagIdx);
65 void slotSaveChanges();
69 void insertFlag(
bool isNew,
int row = 0);
72 FlagManagerUI *ui {
nullptr };
Flag manager Dialog box to add and remove flags.
void slotCenterTelescope()
Center the selected flag in the telescope.
void slotCenterFlag()
Center the selected flag in the display.
void slotAddFlag()
Verify coordinates and add a flag.
void slotDeleteFlag()
Delete a flag.
This is the main window for KStars.
An angle, stored as degrees, but expressible in many ways.
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.