LunaSysMgr
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
textbox.h File Reference
#include "thingpaintable.h"
#include <QString>
#include <QPointer>
#include <QFont>
#include <QTextLayout>
Include dependency graph for textbox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TextBox
 

Namespaces

namespace  TextBoxHorizontalAlignment
 
namespace  TextBoxVerticalAlignment
 

Enumerations

enum  TextBoxHorizontalAlignment::Enum { TextBoxHorizontalAlignment::INVALID, TextBoxHorizontalAlignment::Left, TextBoxHorizontalAlignment::Right, TextBoxHorizontalAlignment::Center }
 
enum  TextBoxVerticalAlignment::Enum { TextBoxVerticalAlignment::INVALID, TextBoxVerticalAlignment::Top, TextBoxVerticalAlignment::Bottom, TextBoxVerticalAlignment::Center }