KSvg

managedtexturenode.cpp
1/*
2 SPDX-FileCopyrightText: 2014 Aleix Pol Gonzalez <aleixpol@blue-systems.com>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#include "managedtexturenode.h"
8
9ManagedTextureNode::ManagedTextureNode()
10{
11}
12
13void ManagedTextureNode::setTexture(QSharedPointer<QSGTexture> texture)
14{
15 m_texture = texture;
17}
void setTexture(QSGTexture *texture)
QSGTexture * texture() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 10 2024 11:47:10 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.