SeExpr
Classes | Variables
ExprControl.cpp File Reference
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QToolButton>
#include <QtCore/QRegExp>
#include <QtGui/QSplitter>
#include <QtGui/QLabel>
#include <QtGui/QMouseEvent>
#include <QtGui/QKeyEvent>
#include <QtGui/QHBoxLayout>
#include <QtGui/QVBoxLayout>
#include <QtGui/QPaintEvent>
#include <QtGui/QPainter>
#include <QtGui/QScrollArea>
#include <QtGui/QSpacerItem>
#include <QtGui/QSizePolicy>
#include <QtGui/QTextCharFormat>
#include <QtGui/QCompleter>
#include <QtGui/QAbstractItemView>
#include <QtGui/QStandardItemModel>
#include <QtGui/QStringListModel>
#include <QtGui/QFileDialog>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QScrollBar>
#include <QtGui/QToolTip>
#include <QtGui/QListWidget>
#include <QtGui/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

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 113 of file ExprControl.cpp.

Referenced by StringControl::StringControl().

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 140 of file ExprControl.cpp.

Referenced by StringControl::StringControl().

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 83 of file ExprControl.cpp.

Referenced by AnimCurveControl::AnimCurveControl().

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().