#include "qsegraphscansmodel.h"
#include "qsedataset.h"
#include <QBrush>
#include <QTableView>
#include <stdio.h>
Go to the source code of this file.
|
static int | min (int a, int b) |
|
static const char * | role_string (int role) |
|
static int min |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
static |
static const char* role_string |
( |
int |
role | ) |
|
|
static |
Definition at line 134 of file qsegraphscansmodel.cpp.
137 case Qt::DisplayRole:
138 return "Qt::DisplayRole";
140 case Qt::DecorationRole:
141 return "Qt::DecorationRole";
144 return "Qt::EditRole";
146 case Qt::ToolTipRole:
147 return "Qt::ToolTipRole";
149 case Qt::StatusTipRole:
150 return "Qt::StatusTipRole";
152 case Qt::WhatsThisRole:
153 return "Qt::WhatsThisRole";
155 case Qt::SizeHintRole:
156 return "Qt::SizeHintRole";
159 return "Qt::FontRole";
161 case Qt::TextAlignmentRole:
162 return "Qt::TextAlignmentRole";
164 case Qt::BackgroundRole:
165 return "Qt::BackgroundRole";
170 case Qt::ForegroundRole:
171 return "Qt::ForegroundRole";
176 case Qt::CheckStateRole:
177 return "Qt::CheckStateRole";
179 case Qt::AccessibleTextRole:
180 return "Qt::AccessibleTextRole";
182 case Qt::AccessibleDescriptionRole:
183 return "Qt::AccessibleDescriptionRole";
186 return "Qt::UserRole";