Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
a4d5ab04
Commit
a4d5ab04
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
graph: bgcolor for Q classes
parent
a8599653
No related branches found
No related tags found
1 merge request
!2255
minor updates
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/graph/mask-classes.gv
+27
-21
27 additions, 21 deletions
Doc/graph/mask-classes.gv
with
27 additions
and
21 deletions
Doc/graph/mask-classes.gv
+
27
−
21
View file @
a4d5ab04
...
...
@@ -3,27 +3,27 @@
digraph maskClasses
{
node[shape
=
box];
node[shape
=
box];
MaskEditingFrame->MaskEditorActions;
MaskEditingFrame->MaskPanel;
MaskEditingFrame->MaskEditorCanvas;
MaskEditingFrame
->MaskToolbox[style
=
dashed color
=
blue]
->MaskToolbox[style
=
dashed color
=
blue]
MaskEditorActions->MaskeditorListmodel;
MaskeditorListmodel->MaskList;
MaskItem->OverlayItem[arrowhead
=
onormal color
=
chocolate4];
MaskItem->OverlayItem[arrowhead
=
onormal color
=
chocolate4];
EllipseItem->MaskItem[arrowhead
=
onormal color
=
chocolate4];
EllipseItem->MaskItem[arrowhead
=
onormal color
=
chocolate4];
EllipseItem->DoubleProperty;
MaskPanel->MaskeditorListmodel;
MaskPanel->MaskItem;
MaskPanel->DoubleSpinBox[style
=
dashed color
=
blue] MaskPanel
->EllipseItem[style
=
dotted color
=
magenta];
MaskPanel->DoubleSpinBox[style
=
dashed color
=
blue] MaskPanel
->EllipseItem[style
=
dotted color
=
magenta];
DoubleSpinBox->DoubleProperty;
...
...
@@ -32,40 +32,46 @@ digraph maskClasses
MaskEditorCanvas->Data2DItem;
MaskEditorCanvas->MaskResultsPresenter;
MaskGraphicsView->QGraphicsView[arrowhead
=
onormal color
=
chocolate4];
MaskGraphicsView->QGraphicsView[arrowhead
=
onormal color
=
chocolate4];
MaskGraphicsView->MaskGraphicsScene;
QGraphicsView[style=filled fillcolor=orchid];
MaskGraphicsScene->QGraphicsScene[arrowhead
=
onormal color
=
chocolate4];
MaskGraphicsScene->QGraphicsScene[arrowhead
=
onormal color
=
chocolate4];
MaskGraphicsScene->ColorMap;
MaskGraphicsScene->MaskeditorListmodel;
MaskGraphicsScene->IOverlay;
MaskGraphicsScene->MaskGraphicsProxy;
MaskGraphicsScene->Data2DItem;
MaskGraphicsScene->OverlayFactory[style = dashed color = blue];
MaskGraphicsScene->OverlayFactory[style=dashed color=blue];
QGraphicsScene[style=filled fillcolor=orchid];
OverlayFactory->EllipseOverlay[style
=
dashed color
=
blue];
OverlayFactory->EllipseItem[style
=
dotted color
=
magenta];
OverlayFactory->EllipseOverlay[style
=
dashed color
=
blue];
OverlayFactory->EllipseItem[style
=
dotted color
=
magenta];
MaskGraphicsProxy->QGraphicsProxyWidget[arrowhead = onormal color = chocolate4];
QGraphicsProxyWidget->QGraphicsWidget[arrowhead = onormal color = chocolate4];
QGraphicsWidget->QGraphicsObject[arrowhead = onormal color = chocolate4];
QGraphicsObject->QGraphicsItem[arrowhead = onormal color = chocolate4];
MaskGraphicsProxy->QGraphicsProxyWidget[arrowhead=onormal color=chocolate4];
QGraphicsProxyWidget[style=filled fillcolor=orchid];
QGraphicsProxyWidget->QGraphicsWidget[arrowhead=onormal color=chocolate4];
QGraphicsWidget[style=filled fillcolor=orchid];
QGraphicsWidget->QGraphicsObject[arrowhead=onormal color=chocolate4];
QGraphicsObject[style=filled fillcolor=orchid];
QGraphicsObject->QGraphicsItem[arrowhead=onormal color=chocolate4];
QGraphicsItem[style=filled fillcolor=orchid];
ColorMap->Data2DItem;
MaskResultsPresenter->Data2DItem;
MaskToolbox->MaskEditorActions[style
=
dotted color
=
magenta];
MaskToolbox->MaskEditorActions[style
=
dotted color
=
magenta];
#SpecularPlot->ScientificPlot[arrowhead
=
onormal];
#SpecularPlot->ScientificPlot[arrowhead
=
onormal];
Data2DItem->MaskList;
EllipseOverlay->EllipseItem;
EllipseOverlay->IRectangularOverlay[arrowhead
=
onormal color
=
chocolate4];
EllipseOverlay->IRectangularOverlay[arrowhead
=
onormal color
=
chocolate4];
IRectangularOverlay->IMaskOverlay[arrowhead
=
onormal color
=
chocolate4];
IMaskOverlay->IOverlay[arrowhead
=
onormal color
=
chocolate4];
IRectangularOverlay->IMaskOverlay[arrowhead
=
onormal color
=
chocolate4];
IMaskOverlay->IOverlay[arrowhead
=
onormal color
=
chocolate4];
IOverlay->QGraphicsObject[arrowhead
=
onormal color
=
chocolate4];
IOverlay->QGraphicsObject[arrowhead
=
onormal color
=
chocolate4];
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment