SeExpr
ExprControl.cpp File Reference
#include <QRegExp>
#include <QLineEdit>
#include <QPushButton>
#include <QToolButton>
#include <QSplitter>
#include <QLabel>
#include <QMouseEvent>
#include <QKeyEvent>
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QPaintEvent>
#include <QPainter>
#include <QScrollArea>
#include <QSpacerItem>
#include <QSizePolicy>
#include <QTextCharFormat>
#include <QCompleter>
#include <QAbstractItemView>
#include <QStandardItemModel>
#include <QStringListModel>
#include <QFileDialog>
#include <QDialogButtonBox>
#include <QScrollBar>
#include <QToolTip>
#include <QListWidget>
#include <QTreeView>
#include "ExprControl.h"
#include "ExprColorCurve.h"
#include "ExprColorSwatch.h"
#include "ExprFileDialog.h"
#include "Editable.h"

Go to the source code of this file.

Classes

struct  ExprGraphPreview
 

Variables

static const char * refreshXPM []
 
static const char * graphXPM []
 
static const char * directoryXPM []
 
static const char * fileXPM []
 

Variable Documentation

◆ directoryXPM

const char* directoryXPM[]
static
Initial value:
= {
"20 20 3 1", ". c None", "# c #000000", "a c #d8c59e",
"....................", "....................", "....................", "....................",
"...........#######..", "...........#aaaaa#..", "..##########aaaaa#..", "..#aaaaaaaaaaaaaa#..",
"..#aaaaaaaaaaaaaa#..", "..#aaaaaaaaaaaaaa#..", "..#aaaaaaaaaaaaaa#..", "..#aaaaaaaaaaaaaa#..",
"..#aaaaa##a##a##a#..", "..#aaaaa##a##a##a#..", "..#aaaaaaaaaaaaaa#..", "..################..",
"....................", "....................", "....................", "...................."}

Definition at line 75 of file ExprControl.cpp.

Referenced by StringControl::StringControl().

◆ fileXPM

const char* fileXPM[]
static
Initial value:
= {
"20 20 5 1", ". c None", "# c #000000", "c c #303030",
"b c #a79b80", "a c #ddcdaa", "....................", "....................",
"....#########.......", "....#aaaaaaa##......", "....#aaaaaaa#b#.....", "....#aaaaaaa#bb#....",
"....#aaaaaaa####....", "....#aaaaaaaaaa#....", "....#aaaaaaaaaa#....", "....#aaaaaaaaaa#....",
"....#aaaaaaaaaa#....", "....#aaaaaaaaaa#....", "....#aaaaaaaaaa#....", "....#aaaaaaaaaa#....",
"....#aaaaaaaaaa#....", "....#accaccacca#....", "....#accaccacca#....", "....#aaaaaaaaaa#....",
"....############....", "...................."}

Definition at line 84 of file ExprControl.cpp.

Referenced by StringControl::StringControl().

◆ graphXPM

const char* graphXPM[]
static
Initial value:
= {
"20 20 5 1", "c c #000040", "a c #303030", "# c #58a8ff",
". c #dcdcdc", "b c #ff0000", "..........#a.a......", "..........#a.a.....b",
"..........#.a.....bb", "..........#aa....bb.", "..........#.....bb..", "..........#....bb...",
"..........#....bb...", "....bbb...#...bb....", "...bbbbb..#..bbb....", "...b...bbb#.bbb.....",
"..bb....bb#bbb......", "##bb####bbbbb#######", ".bb......bbb....c.c.", ".bb.......#......c..",
".b........#.....c.c.", "bb........#.........", "b.........#.........", "..........#.........",
"..........#.........", "..........#........."}

Definition at line 65 of file ExprControl.cpp.

Referenced by AnimCurveControl::AnimCurveControl().

◆ refreshXPM

const char* refreshXPM[]
static
Initial value:
= {
"20 20 4 1", "# c #303030", "a c #585858", "b c #c3c3c3",
". c #dcdcdc", "....................", "....................", "....................",
".......#aaaa#.......", ".....#########......", "....###bbbbb###.....", "....##b.....b##.....",
"...bb#b.....b##.....", "...bbbb....aaaaaa...", "...........aaaaaa...", "....##......####....",
"...####......##.....", "..######............", "..aaa#aa............", "....##......bbb.....",
"....##b...bbbab.....", "....a#abbbb##ab.....", ".....#a####aa#b.....", ".....aaaaaaa#.b.....",
"...................."}

Definition at line 55 of file ExprControl.cpp.

Referenced by AnimCurveControl::AnimCurveControl().