Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/vcl/unx/gtk3/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 1 kB image not shown  

Quelle  customcellrenderer.hxx   Sprache: C

 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */


#pragma once

#include <gtk/gtk.h>
#include <vcl/virdev.hxx>

G_BEGIN_DECLS

struct _CustomCellRenderer
{
    GtkCellRendererText parent;
    VclPtr<VirtualDevice> device;
    gchar* id;
    gpointer instance;
};

/*
   Provide a mechanism to support custom rendering of cells in a GtkTreeView/GtkComboBox
*/


G_DECLARE_FINAL_TYPE(CustomCellRenderer, custom_cell_renderer, CUSTOM, CELL_RENDERER,
                     GtkCellRendererText)

#define CUSTOM_TYPE_CELL_RENDERER (custom_cell_renderer_get_type())

#define CUSTOM_CELL_RENDERER(obj)                                                                  \
    (G_TYPE_CHECK_INSTANCE_CAST((obj), CUSTOM_TYPE_CELL_RENDERER, CustomCellRenderer))

#define CUSTOM_IS_CELL_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), CUSTOM_TYPE_CELL_RENDERER))

GtkCellRenderer* custom_cell_renderer_new();

G_END_DECLS

void custom_cell_renderer_ensure_device(CustomCellRenderer* cellsurface, gpointer user_data);
Size custom_cell_renderer_get_size(VirtualDevice& rDevice, const OUString& rCellId,
                                   gpointer user_data);
void custom_cell_renderer_render(VirtualDevice& rDevice, const tools::Rectangle&&nbsp;rRect,
                                 bool bSelected, const OUString& rId, gpointer user_data);

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Messung V0.5
C=94 H=93 G=93

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.