QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
QtScriptShell_QLabel Class Reference

#include <qtscriptshell_QLabel.h>

List of all members.

Public Member Functions

void actionEvent (QActionEvent *arg__1)
void actionEvent (QActionEvent *arg__1)
void changeEvent (QEvent *arg__1)
void changeEvent (QEvent *arg__1)
void childEvent (QChildEvent *arg__1)
void childEvent (QChildEvent *arg__1)
void closeEvent (QCloseEvent *arg__1)
void closeEvent (QCloseEvent *arg__1)
void contextMenuEvent (QContextMenuEvent *ev)
void contextMenuEvent (QContextMenuEvent *ev)
void customEvent (QEvent *arg__1)
void customEvent (QEvent *arg__1)
int devType () const
int devType () const
void dragEnterEvent (QDragEnterEvent *arg__1)
void dragEnterEvent (QDragEnterEvent *arg__1)
void dragLeaveEvent (QDragLeaveEvent *arg__1)
void dragLeaveEvent (QDragLeaveEvent *arg__1)
void dragMoveEvent (QDragMoveEvent *arg__1)
void dragMoveEvent (QDragMoveEvent *arg__1)
void dropEvent (QDropEvent *arg__1)
void dropEvent (QDropEvent *arg__1)
void enterEvent (QEvent *arg__1)
void enterEvent (QEvent *arg__1)
bool event (QEvent *e)
bool event (QEvent *e)
bool eventFilter (QObject *arg__1, QEvent *arg__2)
bool eventFilter (QObject *arg__1, QEvent *arg__2)
void focusInEvent (QFocusEvent *ev)
void focusInEvent (QFocusEvent *ev)
bool focusNextPrevChild (bool next)
bool focusNextPrevChild (bool next)
void focusOutEvent (QFocusEvent *ev)
void focusOutEvent (QFocusEvent *ev)
int heightForWidth (int arg__1) const
int heightForWidth (int arg__1) const
void hideEvent (QHideEvent *arg__1)
void hideEvent (QHideEvent *arg__1)
void inputMethodEvent (QInputMethodEvent *arg__1)
void inputMethodEvent (QInputMethodEvent *arg__1)
QVariant inputMethodQuery (Qt::InputMethodQuery arg__1) const
QVariant inputMethodQuery (Qt::InputMethodQuery arg__1) const
void keyPressEvent (QKeyEvent *ev)
void keyPressEvent (QKeyEvent *ev)
void keyReleaseEvent (QKeyEvent *arg__1)
void keyReleaseEvent (QKeyEvent *arg__1)
void languageChange ()
void languageChange ()
void leaveEvent (QEvent *arg__1)
void leaveEvent (QEvent *arg__1)
int metric (QPaintDevice::PaintDeviceMetric arg__1) const
int metric (QPaintDevice::PaintDeviceMetric arg__1) const
void mouseDoubleClickEvent (QMouseEvent *arg__1)
void mouseDoubleClickEvent (QMouseEvent *arg__1)
void mouseMoveEvent (QMouseEvent *ev)
void mouseMoveEvent (QMouseEvent *ev)
void mousePressEvent (QMouseEvent *ev)
void mousePressEvent (QMouseEvent *ev)
void mouseReleaseEvent (QMouseEvent *ev)
void mouseReleaseEvent (QMouseEvent *ev)
void moveEvent (QMoveEvent *arg__1)
void moveEvent (QMoveEvent *arg__1)
QPaintEngine * paintEngine () const
QPaintEngine * paintEngine () const
void paintEvent (QPaintEvent *arg__1)
void paintEvent (QPaintEvent *arg__1)
 QtScriptShell_QLabel (QWidget *parent=0, Qt::WindowFlags f=0)
 QtScriptShell_QLabel (QWidget *parent=0, Qt::WindowFlags f=0)
 QtScriptShell_QLabel (const QString &text, QWidget *parent=0, Qt::WindowFlags f=0)
 QtScriptShell_QLabel (const QString &text, QWidget *parent=0, Qt::WindowFlags f=0)
void resizeEvent (QResizeEvent *arg__1)
void resizeEvent (QResizeEvent *arg__1)
void showEvent (QShowEvent *arg__1)
void showEvent (QShowEvent *arg__1)
void tabletEvent (QTabletEvent *arg__1)
void tabletEvent (QTabletEvent *arg__1)
void timerEvent (QTimerEvent *arg__1)
void timerEvent (QTimerEvent *arg__1)
void wheelEvent (QWheelEvent *arg__1)
void wheelEvent (QWheelEvent *arg__1)
 ~QtScriptShell_QLabel ()
 ~QtScriptShell_QLabel ()

Public Attributes

QScriptValue __qtscript_self

Constructor & Destructor Documentation

QtScriptShell_QLabel::QtScriptShell_QLabel ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
QtScriptShell_QLabel::QtScriptShell_QLabel ( const QString &  text,
QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
QtScriptShell_QLabel::~QtScriptShell_QLabel ( )
QtScriptShell_QLabel::QtScriptShell_QLabel ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
QtScriptShell_QLabel::QtScriptShell_QLabel ( const QString &  text,
QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
QtScriptShell_QLabel::~QtScriptShell_QLabel ( )

Member Function Documentation

void QtScriptShell_QLabel::actionEvent ( QActionEvent *  arg__1)
void QtScriptShell_QLabel::actionEvent ( QActionEvent *  arg__1)
void QtScriptShell_QLabel::changeEvent ( QEvent *  arg__1)
void QtScriptShell_QLabel::changeEvent ( QEvent *  arg__1)
void QtScriptShell_QLabel::childEvent ( QChildEvent *  arg__1)
void QtScriptShell_QLabel::childEvent ( QChildEvent *  arg__1)
void QtScriptShell_QLabel::closeEvent ( QCloseEvent *  arg__1)
void QtScriptShell_QLabel::closeEvent ( QCloseEvent *  arg__1)
void QtScriptShell_QLabel::contextMenuEvent ( QContextMenuEvent *  ev)
void QtScriptShell_QLabel::contextMenuEvent ( QContextMenuEvent *  ev)
void QtScriptShell_QLabel::customEvent ( QEvent *  arg__1)
void QtScriptShell_QLabel::customEvent ( QEvent *  arg__1)
int QtScriptShell_QLabel::devType ( ) const
int QtScriptShell_QLabel::devType ( ) const
void QtScriptShell_QLabel::dragEnterEvent ( QDragEnterEvent *  arg__1)
void QtScriptShell_QLabel::dragEnterEvent ( QDragEnterEvent *  arg__1)
void QtScriptShell_QLabel::dragLeaveEvent ( QDragLeaveEvent *  arg__1)
void QtScriptShell_QLabel::dragLeaveEvent ( QDragLeaveEvent *  arg__1)
void QtScriptShell_QLabel::dragMoveEvent ( QDragMoveEvent *  arg__1)
void QtScriptShell_QLabel::dragMoveEvent ( QDragMoveEvent *  arg__1)
void QtScriptShell_QLabel::dropEvent ( QDropEvent *  arg__1)
void QtScriptShell_QLabel::dropEvent ( QDropEvent *  arg__1)
void QtScriptShell_QLabel::enterEvent ( QEvent *  arg__1)
void QtScriptShell_QLabel::enterEvent ( QEvent *  arg__1)
bool QtScriptShell_QLabel::event ( QEvent *  e)
bool QtScriptShell_QLabel::event ( QEvent *  e)
bool QtScriptShell_QLabel::eventFilter ( QObject *  arg__1,
QEvent *  arg__2 
)
bool QtScriptShell_QLabel::eventFilter ( QObject *  arg__1,
QEvent *  arg__2 
)
void QtScriptShell_QLabel::focusInEvent ( QFocusEvent *  ev)
void QtScriptShell_QLabel::focusInEvent ( QFocusEvent *  ev)
bool QtScriptShell_QLabel::focusNextPrevChild ( bool  next)
bool QtScriptShell_QLabel::focusNextPrevChild ( bool  next)
void QtScriptShell_QLabel::focusOutEvent ( QFocusEvent *  ev)
void QtScriptShell_QLabel::focusOutEvent ( QFocusEvent *  ev)
int QtScriptShell_QLabel::heightForWidth ( int  arg__1) const
int QtScriptShell_QLabel::heightForWidth ( int  arg__1) const
void QtScriptShell_QLabel::hideEvent ( QHideEvent *  arg__1)
void QtScriptShell_QLabel::hideEvent ( QHideEvent *  arg__1)
void QtScriptShell_QLabel::inputMethodEvent ( QInputMethodEvent *  arg__1)
void QtScriptShell_QLabel::inputMethodEvent ( QInputMethodEvent *  arg__1)
QVariant QtScriptShell_QLabel::inputMethodQuery ( Qt::InputMethodQuery  arg__1) const
QVariant QtScriptShell_QLabel::inputMethodQuery ( Qt::InputMethodQuery  arg__1) const
void QtScriptShell_QLabel::keyPressEvent ( QKeyEvent *  ev)
void QtScriptShell_QLabel::keyPressEvent ( QKeyEvent *  ev)
void QtScriptShell_QLabel::keyReleaseEvent ( QKeyEvent *  arg__1)
void QtScriptShell_QLabel::keyReleaseEvent ( QKeyEvent *  arg__1)
void QtScriptShell_QLabel::languageChange ( )
void QtScriptShell_QLabel::languageChange ( )
void QtScriptShell_QLabel::leaveEvent ( QEvent *  arg__1)
void QtScriptShell_QLabel::leaveEvent ( QEvent *  arg__1)
int QtScriptShell_QLabel::metric ( QPaintDevice::PaintDeviceMetric  arg__1) const
int QtScriptShell_QLabel::metric ( QPaintDevice::PaintDeviceMetric  arg__1) const
void QtScriptShell_QLabel::mouseDoubleClickEvent ( QMouseEvent *  arg__1)
void QtScriptShell_QLabel::mouseDoubleClickEvent ( QMouseEvent *  arg__1)
void QtScriptShell_QLabel::mouseMoveEvent ( QMouseEvent *  ev)
void QtScriptShell_QLabel::mouseMoveEvent ( QMouseEvent *  ev)
void QtScriptShell_QLabel::mousePressEvent ( QMouseEvent *  ev)
void QtScriptShell_QLabel::mousePressEvent ( QMouseEvent *  ev)
void QtScriptShell_QLabel::mouseReleaseEvent ( QMouseEvent *  ev)
void QtScriptShell_QLabel::mouseReleaseEvent ( QMouseEvent *  ev)
void QtScriptShell_QLabel::moveEvent ( QMoveEvent *  arg__1)
void QtScriptShell_QLabel::moveEvent ( QMoveEvent *  arg__1)
QPaintEngine* QtScriptShell_QLabel::paintEngine ( ) const
QPaintEngine * QtScriptShell_QLabel::paintEngine ( ) const
void QtScriptShell_QLabel::paintEvent ( QPaintEvent *  arg__1)
void QtScriptShell_QLabel::paintEvent ( QPaintEvent *  arg__1)
void QtScriptShell_QLabel::resizeEvent ( QResizeEvent *  arg__1)
void QtScriptShell_QLabel::resizeEvent ( QResizeEvent *  arg__1)
void QtScriptShell_QLabel::showEvent ( QShowEvent *  arg__1)
void QtScriptShell_QLabel::showEvent ( QShowEvent *  arg__1)
void QtScriptShell_QLabel::tabletEvent ( QTabletEvent *  arg__1)
void QtScriptShell_QLabel::tabletEvent ( QTabletEvent *  arg__1)
void QtScriptShell_QLabel::timerEvent ( QTimerEvent *  arg__1)
void QtScriptShell_QLabel::timerEvent ( QTimerEvent *  arg__1)
void QtScriptShell_QLabel::wheelEvent ( QWheelEvent *  arg__1)
void QtScriptShell_QLabel::wheelEvent ( QWheelEvent *  arg__1)

Member Data Documentation

QScriptValue QtScriptShell_QLabel::__qtscript_self

The documentation for this class was generated from the following files: