COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
BorderArea Class Reference

Used to display the the line number and the prompt on a PythonCodeContainer. More...

#include <PythonCodeContainer.hpp>

Inherits QWidget.

Public Member Functions

 BorderArea (PythonCodeContainer *container, int width)
 

Static Public Attributes

static QPixmap * debug_arrow =NULL
 
static QPixmap * break_point =NULL
 

Protected Member Functions

void paintEvent (QPaintEvent *event)
 
void mousePressEvent (QMouseEvent *e)
 

Private Attributes

PythonCodeContainercontainer
 
int width
 

Detailed Description

Used to display the the line number and the prompt on a PythonCodeContainer.

Definition at line 129 of file PythonCodeContainer.hpp.

Constructor & Destructor Documentation

BorderArea ( PythonCodeContainer container,
int  width 
)
inline

Definition at line 132 of file PythonCodeContainer.hpp.

Member Function Documentation

void mousePressEvent ( QMouseEvent *  e)
inlineprotected

Definition at line 141 of file PythonCodeContainer.hpp.

void paintEvent ( QPaintEvent *  event)
inlineprotected

Definition at line 137 of file PythonCodeContainer.hpp.

Member Data Documentation

QPixmap * break_point =NULL
static

Definition at line 135 of file PythonCodeContainer.hpp.

PythonCodeContainer* container
private

Definition at line 146 of file PythonCodeContainer.hpp.

QPixmap * debug_arrow =NULL
static

Definition at line 134 of file PythonCodeContainer.hpp.

int width
private

Definition at line 147 of file PythonCodeContainer.hpp.


The documentation for this class was generated from the following files:
Send comments to:
COOLFluiD Web Admin