DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
tableselection.cpp File Reference
Include dependency graph for tableselection.cpp:

Go to the source code of this file.

Functions

 MODEL_COMMON_INTERFACE_CREATE_THAT_OBJ_IMPL (dbe::models::tableselection)
 
 MODEL_COMMON_INTERFACE_DELETE_THAT_OBJ_IMPL (dbe::models::tableselection)
 
 MODEL_COMMON_INTERFACE_RENAME_THAT_OBJ_IMPL (dbe::models::tableselection)
 
 MODEL_COMMON_INTERFACE_UPDATE_THAT_OBJ_IMPL (dbe::models::tableselection)
 
 MODEL_COMMON_INTERFACE_LOOKUP_IMPL (dbe::models::tableselection)
 
 MODEL_REMOVE_ROWS_DEF (dbe::models::tableselection)
 

Function Documentation

◆ MODEL_COMMON_INTERFACE_CREATE_THAT_OBJ_IMPL()

MODEL_COMMON_INTERFACE_CREATE_THAT_OBJ_IMPL ( dbe::models::tableselection )

Definition at line 201 of file tableselection.cpp.

202{
203}

◆ MODEL_COMMON_INTERFACE_DELETE_THAT_OBJ_IMPL()

MODEL_COMMON_INTERFACE_DELETE_THAT_OBJ_IMPL ( dbe::models::tableselection )

Definition at line 205 of file tableselection.cpp.

206{
207}

◆ MODEL_COMMON_INTERFACE_LOOKUP_IMPL()

MODEL_COMMON_INTERFACE_LOOKUP_IMPL ( dbe::models::tableselection )

Definition at line 220 of file tableselection.cpp.

221{
222 return QModelIndex();
223}

◆ MODEL_COMMON_INTERFACE_RENAME_THAT_OBJ_IMPL()

MODEL_COMMON_INTERFACE_RENAME_THAT_OBJ_IMPL ( dbe::models::tableselection )

Definition at line 209 of file tableselection.cpp.

210{
211}

◆ MODEL_COMMON_INTERFACE_UPDATE_THAT_OBJ_IMPL()

MODEL_COMMON_INTERFACE_UPDATE_THAT_OBJ_IMPL ( dbe::models::tableselection )

Definition at line 213 of file tableselection.cpp.

214{
215}

◆ MODEL_REMOVE_ROWS_DEF()

MODEL_REMOVE_ROWS_DEF ( dbe::models::tableselection )

Definition at line 227 of file tableselection.cpp.

228{
229 return true;
230}