|
| PartAreaWidget (QWidget *parent=0) |
|
int | callLevels () const |
|
void | changeHidden (const TracePartList &list) |
|
EventType * | eventType () const |
|
TraceFunction * | function () const |
|
QColor | groupColor (TraceFunction *) const |
|
ProfileContext::Type | groupType () const |
|
bool | isHidden (TracePart *) const |
|
void | setCallLevels (int callLevels) |
|
void | setData (TraceData *d) |
|
void | setEventType (EventType *ct) |
|
void | setFunction (TraceFunction *f) |
|
void | setGroupType (ProfileContext::Type gt) |
|
void | setVisualization (VisualizationMode) |
|
void | setZoomFunction (bool zoomFunction) |
|
QString | tipString (TreeMapItem *) const |
|
VisualizationMode | visualization () const |
|
bool | zoomFunction () const |
|
| TreeMapWidget (TreeMapItem *base, QWidget *parent=0) |
|
| ~TreeMapWidget () |
|
void | addSplitDirectionItems (QMenu *) |
|
bool | allowRotation () const |
|
TreeMapItem * | base () const |
|
int | borderWidth () const |
|
bool | clearSelection (TreeMapItem *parent=0) |
|
TreeMapItem * | current () const |
|
const QFont & | currentFont () const |
|
bool | defaultFieldForced (int) const |
|
DrawParams::Position | defaultFieldPosition (int) const |
|
QString | defaultFieldStop (int) const |
|
QString | defaultFieldType (int) const |
|
bool | defaultFieldVisible (int) const |
|
void | deletingItem (TreeMapItem *) |
|
void | drawFrame (int d, bool b) |
|
bool | drawFrame (int d) const |
|
void | drawTreeMap () |
|
bool | fieldForced (int) const |
|
DrawParams::Position | fieldPosition (int) const |
|
QString | fieldPositionString (int) const |
|
QString | fieldStop (int) const |
|
QString | fieldType (int) const |
|
bool | fieldVisible (int) const |
|
bool | isSelected (TreeMapItem *i) const |
|
bool | isShadingEnabled () const |
|
bool | isTransparent (int d) const |
|
TreeMapItem * | item (int x, int y) const |
|
int | maxDrawingDepth () const |
|
int | maxSelectDepth () const |
|
int | minimalArea () const |
|
TreeMapItem * | possibleSelection (TreeMapItem *) const |
|
void | redraw (TreeMapItem *) |
|
void | redraw () |
|
void | resort () |
|
TreeMapItemList | selection () const |
|
SelectionMode | selectionMode () const |
|
void | setAllowRotation (bool) |
|
void | setBorderWidth (int w) |
|
void | setCurrent (TreeMapItem *, bool kbd=false) |
|
void | setFieldForced (int, bool) |
|
void | setFieldPosition (int, DrawParams::Position) |
|
void | setFieldPosition (int, const QString &) |
|
void | setFieldStop (int, const QString &) |
|
void | setFieldType (int, const QString &) |
|
void | setFieldVisible (int, bool) |
|
void | setMarked (int markNo=1, bool redraw=true) |
|
void | setMaxDrawingDepth (int d) |
|
void | setMaxSelectDepth (int d) |
|
void | setMinimalArea (int area) |
|
void | setRangeSelection (TreeMapItem *i1, TreeMapItem *i2, bool selected) |
|
void | setSelected (TreeMapItem *, bool selected=true) |
|
void | setSelectionMode (SelectionMode m) |
|
void | setShadingEnabled (bool s) |
|
void | setSkipIncorrectBorder (bool enable=true) |
|
void | setSplitMode (TreeMapItem::SplitMode m) |
|
bool | setSplitMode (const QString &) |
|
void | setTransparent (int d, bool b) |
|
void | setVisibleWidth (int width, bool reuseSpace=false) |
|
bool | skipIncorrectBorder () const |
|
TreeMapItem::SplitMode | splitMode () const |
|
QString | splitModeString () const |
|
TreeMapItem * | visibleItem (TreeMapItem *) const |
|
TreeMapWidget * | widget () |
|
Definition at line 31 of file partgraph.h.