KParts

fileinfoextension.cpp
1/*
2 This file is part of the KDE project
3 SPDX-FileCopyrightText: 2010 Dawit Alemayehu <adawit@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7
8#include "fileinfoextension.h"
9
10#include "readonlypart.h"
11
12class KParts::FileInfoExtensionPrivate
13{
14};
15
17 : QObject(parent)
18 , d(nullptr)
19
20{
21}
22
26
31
36
38{
39 return false;
40}
41
42#include "moc_fileinfoextension.cpp"
An extension for obtaining file information from the part.
static FileInfoExtension * childObject(QObject *obj)
Queries obj for a child object which inherits from this class.
FileInfoExtension(KParts::ReadOnlyPart *parent)
virtual bool hasSelection() const
Returns true if any of the items in the current view of the part that implements this extension are s...
virtual QueryModes supportedQueryModes() const
Returns the file information retrieve modes supported by the part that implements this extension.
Base class for any "viewer" part.
T findChild(const QString &name, Qt::FindChildOptions options) const const
FindDirectChildrenOnly
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:15:54 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.