Warning, file /education/cantor/src/backends/kalgebra/kalgebrasyntaxhelpobject.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 SPDX-FileCopyrightText: 2009 Aleix Pol <aleixpol@kde.org> 0003 0004 SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #ifndef KALGEBRASYNTAXHELPOBJECT_H 0008 #define KALGEBRASYNTAXHELPOBJECT_H 0009 0010 #include <syntaxhelpobject.h> 0011 0012 class KAlgebraSession; 0013 0014 class KAlgebraSyntaxHelpObject : public Cantor::SyntaxHelpObject 0015 { 0016 public: 0017 KAlgebraSyntaxHelpObject( const QString& command, KAlgebraSession* session ); 0018 0019 protected: 0020 void fetchInformation() override; 0021 }; 0022 0023 #endif // KALGEBRASYNTAXHELPOBJECT_H