KWin
Loading...
Searching...
No Matches
src
plugins
nightcolor
suncalc.h
Go to the documentation of this file.
1
/*
2
KWin - the KDE window manager
3
This file is part of the KDE project.
4
5
SPDX-FileCopyrightText: 2017 Roman Gilg <subdiff@gmail.com>
6
7
SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
#pragma once
10
11
#include <QDate>
12
#include <QPair>
13
#include <QTime>
14
15
namespace
KWin
16
{
17
26
QPair<QDateTime, QDateTime>
calculateSunTimings
(
const
QDateTime &dateTime,
double
latitude,
double
longitude,
bool
morning);
27
28
}
KWin
Definition
activation_test.cpp:20
KWin::calculateSunTimings
QPair< QDateTime, QDateTime > calculateSunTimings(const QDateTime &dateTime, double latitude, double longitude, bool morning)
Definition
suncalc.cpp:31
Generated on Sat Feb 17 2024 01:42:10 for KWin by
1.10.0