#include <SchemaCustomMethodModel.hpp>
Definition at line 15 of file SchemaCustomMethodModel.hpp.
◆ CustomMethodModel()
dbse::CustomMethodModel::CustomMethodModel |
( |
dunedaq::oks::OksClass * | ClassInfo, |
|
|
QStringList | Headers, |
|
|
bool | Derived = false ) |
Definition at line 5 of file SchemaCustomMethodModel.cpp.
10{
12}
dunedaq::oks::OksClass * SchemaClass
CustomModelInterface(QStringList Headers, QObject *parent=nullptr)
Including Schema Editor.
◆ ~CustomMethodModel()
dbse::CustomMethodModel::~CustomMethodModel |
( |
| ) |
|
|
default |
◆ setupModel()
void dbse::CustomMethodModel::setupModel |
( |
| ) |
|
|
virtual |
Implements dbse::CustomModelInterface.
Definition at line 14 of file SchemaCustomMethodModel.cpp.
15{
17 const std::list<OksMethod *> * MethodList;
18
20 {
22 }
23 else
24 {
26 }
27
28 if ( MethodList )
29 {
31 {
32 QStringList Row;
33 Row.append ( QString::fromStdString ( Method->get_name() ) );
35 }
36 }
37}
QList< QStringList > Data
const std::list< OksMethod * > * all_methods() const noexcept
const std::list< OksMethod * > * direct_methods() const noexcept
◆ SchemaClass
◆ SchemaDerived
bool dbse::CustomMethodModel::SchemaDerived |
|
private |
The documentation for this class was generated from the following files: