Eneboo - Documentación para desarrolladores
Señales | Métodos públicos | Slots protegidos | Métodos protegidos
Referencia de la Clase ViewManager

#include <viewmanager.h>

Diagrama de herencias de ViewManager
QWidget QWidget QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject

Lista de todos los miembros.

Señales

void markersChanged ()
void expandFunction (QTextParagraph *p)
void collapseFunction (QTextParagraph *p)
void collapse (bool all)
void expand (bool all)
void editBreakPoints ()
void isBreakpointPossible (bool &possible, const QString &code, int line)
void markersChanged ()
void expandFunction (QTextParagraph *p)
void collapseFunction (QTextParagraph *p)
void collapse (bool all)
void expand (bool all)
void editBreakPoints ()
void isBreakpointPossible (bool &possible, const QString &code, int line)

Métodos públicos

 ViewManager (QWidget *parent, const char *name)
void addView (QWidget *view)
QWidgetcurrentView () const
void showMarkerWidget (bool)
void setError (int line)
void setStep (int line)
void setStackFrame (int line)
void clearStep ()
void clearStackFrame ()
void setBreakPoints (const QValueList< uint > &l)
QValueList< uintbreakPoints () const
void emitMarkersChanged ()
MarkerWidgetmarker_widget () const
 ViewManager (QWidget *parent, const char *name)
void addView (QWidget *view)
QWidgetcurrentView () const
void showMarkerWidget (bool)
void setError (int line)
void setStep (int line)
void setStackFrame (int line)
void clearStep ()
void clearStackFrame ()
void setBreakPoints (const QValueList< uint > &l)
QValueList< uintbreakPoints () const
void emitMarkersChanged ()
MarkerWidgetmarker_widget () const

Slots protegidos

void clearErrorMarker ()
void cursorPositionChanged (int row, int col)
void showMessage (const QString &msg)
void clearStatusBar ()
void clearErrorMarker ()
void cursorPositionChanged (int row, int col)
void showMessage (const QString &msg)
void clearStatusBar ()

Métodos protegidos

void childEvent (QChildEvent *e)
void resizeEvent (QResizeEvent *e)
void childEvent (QChildEvent *e)
void resizeEvent (QResizeEvent *e)

Documentación del constructor y destructor

ViewManager::ViewManager ( QWidget parent,
const char *  name 
)
ViewManager::ViewManager ( QWidget parent,
const char *  name 
)

Documentación de las funciones miembro

void ViewManager::addView ( QWidget view)
void ViewManager::addView ( QWidget view)
QValueList< uint > ViewManager::breakPoints ( ) const
QValueList<uint> ViewManager::breakPoints ( ) const
void ViewManager::childEvent ( QChildEvent ) [protected, virtual]

This event handler can be reimplemented in a subclass to receive child events.

Child events are sent to objects when children are inserted or removed.

Note that events with QEvent::type() QEvent::ChildInserted are posted (with {QApplication::postEvent()}) to make sure that the child's construction is completed before this function is called.

If a child is removed immediately after it is inserted, the ChildInserted event may be suppressed, but the ChildRemoved event will always be sent. In such cases it is possible that there will be a ChildRemoved event without a corresponding ChildInserted event.

If you change state based on ChildInserted events, call QWidget::constPolish(), or do

in functions that depend on the state. One notable example is QWidget::sizeHint().

Ver también:
event(), QChildEvent

Reimplementado de QObject.

void ViewManager::childEvent ( QChildEvent ) [protected, virtual]

This event handler can be reimplemented in a subclass to receive child events.

Child events are sent to objects when children are inserted or removed.

Note that events with QEvent::type() QEvent::ChildInserted are posted (with {QApplication::postEvent()}) to make sure that the child's construction is completed before this function is called.

If a child is removed immediately after it is inserted, the ChildInserted event may be suppressed, but the ChildRemoved event will always be sent. In such cases it is possible that there will be a ChildRemoved event without a corresponding ChildInserted event.

If you change state based on ChildInserted events, call QWidget::constPolish(), or do

in functions that depend on the state. One notable example is QWidget::sizeHint().

Ver también:
event(), QChildEvent

Reimplementado de QObject.

void ViewManager::clearErrorMarker ( ) [protected, slot]
void ViewManager::clearErrorMarker ( ) [protected, slot]
void ViewManager::clearStackFrame ( )
void ViewManager::clearStackFrame ( )
void ViewManager::clearStatusBar ( ) [protected, slot]
void ViewManager::clearStatusBar ( ) [protected, slot]
void ViewManager::clearStep ( )
void ViewManager::clearStep ( )
void ViewManager::collapse ( bool  all) [signal]
void ViewManager::collapse ( bool  all) [signal]
void ViewManager::collapseFunction ( QTextParagraph p) [signal]
void ViewManager::collapseFunction ( QTextParagraph p) [signal]
QWidget * ViewManager::currentView ( ) const
QWidget* ViewManager::currentView ( ) const
void ViewManager::cursorPositionChanged ( int  row,
int  col 
) [protected, slot]
void ViewManager::cursorPositionChanged ( int  row,
int  col 
) [protected, slot]
void ViewManager::editBreakPoints ( ) [signal]
void ViewManager::editBreakPoints ( ) [signal]
void ViewManager::emitMarkersChanged ( )
void ViewManager::emitMarkersChanged ( )
void ViewManager::expand ( bool  all) [signal]
void ViewManager::expand ( bool  all) [signal]
void ViewManager::expandFunction ( QTextParagraph p) [signal]
void ViewManager::expandFunction ( QTextParagraph p) [signal]
void ViewManager::isBreakpointPossible ( bool possible,
const QString code,
int  line 
) [signal]
void ViewManager::isBreakpointPossible ( bool possible,
const QString code,
int  line 
) [signal]
MarkerWidget* ViewManager::marker_widget ( ) const [inline]
MarkerWidget* ViewManager::marker_widget ( ) const [inline]
void ViewManager::markersChanged ( ) [signal]
void ViewManager::markersChanged ( ) [signal]
void ViewManager::resizeEvent ( QResizeEvent ) [protected, virtual]

This event handler can be reimplemented in a subclass to receive widget resize events. When resizeEvent() is called, the widget already has its new geometry. The old size is accessible through QResizeEvent::oldSize().

The widget will be erased and receive a paint event immediately after processing the resize event. No drawing need be (or should be) done inside this handler.

Widgets that have been created with the WNoAutoErase flag will not be erased. Nevertheless, they will receive a paint event for their entire area afterwards. Again, no drawing needs to be done inside this handler.

The default implementation calls updateMask() if the widget has automatic masking enabled.

Ver también:
moveEvent(), event(), resize(), QResizeEvent, paintEvent()

Reimplementado de QWidget.

void ViewManager::resizeEvent ( QResizeEvent ) [protected, virtual]

This event handler can be reimplemented in a subclass to receive widget resize events. When resizeEvent() is called, the widget already has its new geometry. The old size is accessible through QResizeEvent::oldSize().

The widget will be erased and receive a paint event immediately after processing the resize event. No drawing need be (or should be) done inside this handler.

Widgets that have been created with the WNoAutoErase flag will not be erased. Nevertheless, they will receive a paint event for their entire area afterwards. Again, no drawing needs to be done inside this handler.

The default implementation calls updateMask() if the widget has automatic masking enabled.

Ver también:
moveEvent(), event(), resize(), QResizeEvent, paintEvent()

Reimplementado de QWidget.

void ViewManager::setBreakPoints ( const QValueList< uint > &  l)
void ViewManager::setBreakPoints ( const QValueList< uint > &  l)
void ViewManager::setError ( int  line)
void ViewManager::setError ( int  line)
void ViewManager::setStackFrame ( int  line)
void ViewManager::setStackFrame ( int  line)
void ViewManager::setStep ( int  line)
void ViewManager::setStep ( int  line)
void ViewManager::showMarkerWidget ( bool  b)
void ViewManager::showMarkerWidget ( bool  )
void ViewManager::showMessage ( const QString msg) [protected, slot]
void ViewManager::showMessage ( const QString msg) [protected, slot]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'