|
| TextBrowserWidget (QWidget *parent=0) |
|
void | sideAreaPaintEvent (QPaintEvent *event) |
|
int | sideAreaWidth () |
|
|
void | resizeEvent (QResizeEvent *event) |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *e) |
|
|
enum | FoldType { SHADER,
RENDEROBJECT
} |
|
|
void | updateTextBrowserSideAreaWidth () |
|
void | updateTextBrowserSideArea (const QRect &, int) |
|
void | foldAll () |
|
void | unfoldAll () |
|
void | fold (Fold &_fold) |
|
void | unfold (Fold &_fold) |
|
void | toggleFold (int _position) |
|
void | updateFolds () |
|
bool | getFold (int _position, Fold &_fold) |
| get the _fold corresponding to the document _position More...
|
|
|
static QString const | startRenderObjectTag_ = "name:" |
|
static QString const | startVertexShaderTag_ = "--vertex-shader--" |
|
static QString const | endVertexShaderTag_ = "--end-vertex-shader--" |
|
static QString const | startTessControlShaderTag_ = "---tesscontrol-shader--" |
|
static QString const | endTessControlShaderTag_ = "--end-tesscontrol-shader--" |
|
static QString const | startTessEvalShaderTag_ = "--tesseval-shader--" |
|
static QString const | endTessEvalShaderTag_ = "--end-tesseval-shader--" |
|
static QString const | startGeometryShaderTag_ = "--geometry-shader--" |
|
static QString const | endGeometryShaderTag_ = "--end-geometry-shader--" |
|
static QString const | startFragmentShaderTag_ = "--fragment-shader--" |
|
static QString const | endFragmentShaderTag_ = "--end-fragment-shader--" |
|
Definition at line 52 of file TextBrowserWidget.hh.
◆ getFold
bool TextBrowserWidget::getFold |
( |
int |
_position, |
|
|
Fold & |
_fold |
|
) |
| |
|
privateslot |
get the _fold corresponding to the document _position
- Parameters
-
_position | position in the document |
_fold | fold in folds at the position if found |
- Returns
- true if fold was found (otherwise false is returned)
Definition at line 167 of file TextBrowserWidget.cc.
The documentation for this class was generated from the following files: