Krita Source Code Documentation
Loading...
Searching...
No Matches
KoInteractionStrategy_p.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2
3 SPDX-FileCopyrightText: 2006-2009 Thomas Zander <zander@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7#ifndef KoInteractionStrategyPrivate_H
8#define KoInteractionStrategyPrivate_H
9
10#include <KoToolBase.h>
11
13{
14public:
16 : tool(t)
17 {
18 }
20 {
21 tool->setStatusText(QString());
22 }
23
25};
26
27#endif
KoToolBase * tool
the KoToolBase instance that controls this strategy.
void setStatusText(const QString &statusText)