Kstars

loggingform.h
1/*
2 SPDX-FileCopyrightText: 2011 Rafał Kułaga <rl.kulaga@gmail.com>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "kstarsdocument.h"
10
11class QTextDocument;
12
13/**
14 * @class LoggingForm
15 * @brief Class that represents logging form.
16 * Currently, LoggingForm class is used to create logging forms for finder charts.
17 *
18 * @author Rafał Kułaga
19 */
21{
22 public:
23 /** Constructor */
24 LoggingForm() = default;
25
26 /** Create simple logging form for finder charts. */
28
29 /**
30 * @brief Get logging form internal QTextDocument.
31 * This method is used to enable inserting of LoggingForm objects into QTextDocument
32 * instances.
33 * @return QTextDocument that contains logging form.
34 */
36};
Base class for KStars documents.
Class that represents logging form.
Definition loggingform.h:21
LoggingForm()=default
Constructor.
void createFinderChartLogger()
Create simple logging form for finder charts.
QTextDocument * getDocument()
Get logging form internal QTextDocument.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.