#include <viewmanager.h>
Lista de todos los miembros.
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 | ) |
|
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] |
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::isBreakpointPossible |
( |
bool & |
possible, |
|
|
const QString & |
code, |
|
|
int |
line |
|
) |
| [signal] |
void ViewManager::isBreakpointPossible |
( |
bool & |
possible, |
|
|
const QString & |
code, |
|
|
int |
line |
|
) |
| [signal] |
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::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: