KPackage

packagestructure.cpp
1/*
2 SPDX-FileCopyrightText: 2011 Aaron Seigo <aseigo@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#include "packagestructure.h"
8#include "kpackage_debug.h"
9#include "packagejob.h"
10#include "private/package_p.h"
11
12namespace KPackage
13{
14PackageStructure::PackageStructure(QObject *parent, const QVariantList & /*args*/)
15 : QObject(parent)
16{
17 Q_UNUSED(d)
18}
19
20PackageStructure::~PackageStructure()
21{
22}
23
25{
26}
27
29{
30}
31
32}
33
34#include "moc_packagestructure.cpp"
virtual void pathChanged(Package *package)
Called whenever the path changes so that subclasses may take package specific actions.
virtual void initPackage(Package *package)
Called when a the PackageStructure should initialize a Package with the initial structure.
object representing an installed package
Definition package.h:63
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:11:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.