#include "cellformat.h"#include <qlistbox.h>#include <qlabel.h>Include dependency graph for cellformat.cpp:

Go to the source code of this file.
Defines | |
| #define | COMBO_WIDTHS 155 |
| #define | COMBO_HEIGHTS 21 |
| #define | COLOR_COUNT 17 |
| #define | STYLE_COUNT 14 |
| #define | HALIGN_COUNT 3 |
| #define | VALIGN_COUNT 3 |
Variables | |
| QColor | qtColors [COLOR_COUNT] |
| Qt::BrushStyle | brushStyles [STYLE_COUNT] |
| QString | namesHAlign [HALIGN_COUNT] = {"Left", "Right", "Center"} |
| QString | namesVAlign [VALIGN_COUNT] = {"Top", "Bottom", "Center"} |
| Qt::AlignmentFlags | flagsHAlign [HALIGN_COUNT] |
| Qt::AlignmentFlags | flagsVAlign [VALIGN_COUNT] |
|
|
Definition at line 43 of file cellformat.cpp. Referenced by CellFormat::createColorCombo(), and CellFormat::findColorIndex(). |
|
|
Definition at line 41 of file cellformat.cpp. Referenced by CellFormat::CellFormat(), CellFormat::createColorCombo(), CellFormat::createCombo(), CellFormat::createStyleCombo(), and CellFormat::createWidthCombo(). |
|
|
Definition at line 40 of file cellformat.cpp. Referenced by CellFormat::createCombo(). |
|
|
Definition at line 45 of file cellformat.cpp. Referenced by CellFormat::createHAlignCombo(), and CellFormat::findHAlignIndex(). |
|
|
Definition at line 44 of file cellformat.cpp. Referenced by CellFormat::createStyleCombo(), and CellFormat::findBrushStyleIndex(). |
|
|
Definition at line 46 of file cellformat.cpp. Referenced by CellFormat::createVAlignCombo(), and CellFormat::findVAlignIndex(). |
|
|
Initial value: {Qt::SolidPattern,
Qt::Dense1Pattern, Qt::Dense2Pattern,
Qt::Dense3Pattern, Qt::Dense4Pattern,
Qt::Dense5Pattern, Qt::Dense6Pattern,
Qt::Dense7Pattern, Qt::HorPattern,
Qt::VerPattern, Qt::CrossPattern,
Qt::BDiagPattern, Qt::FDiagPattern,
Qt::DiagCrossPattern}
Definition at line 56 of file cellformat.cpp. Referenced by CellFormat::backgroundClicked(), CellFormat::createStyleCombo(), and CellFormat::findBrushStyleIndex(). |
|
|
Initial value: Definition at line 68 of file cellformat.cpp. Referenced by CellFormat::alignClicked(), and CellFormat::findHAlignIndex(). |
|
|
Initial value: Definition at line 72 of file cellformat.cpp. Referenced by CellFormat::alignClicked(), and CellFormat::findVAlignIndex(). |
|
|
Definition at line 65 of file cellformat.cpp. |
|
|
Definition at line 66 of file cellformat.cpp. |
|
|
Initial value: {Qt::black,Qt::white, Qt::darkGray,
Qt::gray, Qt::lightGray, Qt::red,
Qt::green, Qt::blue, Qt::cyan,
Qt::magenta, Qt::yellow,
Qt::darkRed, Qt::darkGreen,
Qt::darkBlue, Qt::darkCyan,
Qt::darkMagenta, Qt::darkYellow}
Definition at line 48 of file cellformat.cpp. Referenced by CellFormat::backgroundClicked(), CellFormat::borderClicked(), CellFormat::createColorCombo(), CellFormat::findColorIndex(), and CellFormat::fontClicked(). |
1.4.2