See previous commit...

Je suis une tête de linotte
This commit is contained in:
joshua
2022-12-02 19:39:56 +01:00
parent 1f99a40f1b
commit f41b5a4ed4
3 changed files with 0 additions and 231 deletions

View File

@@ -18,15 +18,11 @@
#ifndef TERMINALSTRIPLAYOUTPATTERN_H
#define TERMINALSTRIPLAYOUTPATTERN_H
//#include <QPointer>
#include <QSize>
#include <QTextOption>
#include <QVector>
#include <QRect>
//class QPainter;
//class TerminalStrip;
/**
* @brief The TerminalStripLayoutPattern class
* A class with all values used to define how a terminal strip must be drawn.
@@ -110,21 +106,4 @@ class TerminalStripLayoutPattern
};
};
//class TerminalStripDrawer
//{
// public:
// TerminalStripDrawer(QPointer<TerminalStrip> strip);
// void paint(QPainter *painter);
// QRectF boundingRect() const;
// private:
// int height() const;
// int width() const;
// private:
// QPointer<TerminalStrip> m_strip;
// TerminalStripLayoutPattern m_pattern;
//};
#endif // TERMINALSTRIPLAYOUTPATTERN_H