Scroom
0.14-49-gb7ae7a6d
Loading...
Searching...
No Matches
showmetadata.hh
Go to the documentation of this file.
1
/*
2
* Scroom - Generic viewer for 2D data
3
* Copyright (C) 2009-2026 Kees-Jan Dijkzeul
4
*
5
* SPDX-License-Identifier: LGPL-2.1
6
*/
7
8
#pragma once
9
10
#include <string>
11
#include <vector>
12
13
namespace
Scroom::Metadata
14
{
15
using
Metadata
= std::vector<std::pair<std::string, std::string>>;
16
17
void
showMetaData
(GtkWindow* parent, std::string title,
Metadata
data
);
18
}
// namespace Scroom::Metadata
data
uint8_t data
Definition
blob-tests.cc:36
Scroom::Metadata
Definition
showmetadata.hh:14
Scroom::Metadata::showMetaData
void showMetaData(GtkWindow *parent, std::string title, Metadata data)
Definition
showmetadata.cc:68
Scroom::Metadata::Metadata
std::vector< std::pair< std::string, std::string > > Metadata
Definition
showmetadata.hh:15
libs
scroom
inc
scroom
showmetadata.hh
Generated by
1.9.8