Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions | Static Private Attributes
icl::qt::ThreadedUpdatableTextView Class Reference

#include <ThreadedUpdatableTextView.h>

List of all members.

Classes

struct  AddTextEvent
struct  ClearTextEvent

Public Member Functions

 ThreadedUpdatableTextView (QWidget *parent=0)
void appendTextFromOtherThread (const std::string &text)
void clearTextFromOtherThread ()
virtual bool event (QEvent *event)
 automatically called by Qt's event processing mechanism

Static Private Attributes

static const QEvent::Type ADD_TEXT = (QEvent::Type)(QEvent::User+1)
static const QEvent::Type CLEAR_TEXT = (QEvent::Type)(QEvent::User+2)

Constructor & Destructor Documentation


Member Function Documentation

virtual bool icl::qt::ThreadedUpdatableTextView::event ( QEvent *  event) [virtual]

automatically called by Qt's event processing mechanism


Member Data Documentation

const QEvent::Type icl::qt::ThreadedUpdatableTextView::ADD_TEXT = (QEvent::Type)(QEvent::User+1) [static, private]
const QEvent::Type icl::qt::ThreadedUpdatableTextView::CLEAR_TEXT = (QEvent::Type)(QEvent::User+2) [static, private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines