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
Merge requests
!299
Disambiguate class name vs object name; rename InterferenceFunction -> Interference
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Disambiguate class name vs object name; rename InterferenceFunction -> Interference
sb1
into
develop
Overview
36
Commits
25
Pipelines
10
Changes
291
Merged
Wuttke, Joachim
requested to merge
sb1
into
develop
3 years ago
Overview
36
Commits
25
Pipelines
10
Changes
10
Expand
Remove the dynamic setting of names.
Resolve the long-standing ambiguity of class name vs object name.
INode now has a virtual function className; final children also have static member class_name.
To resolve an inconsistency between GUI and core, rename InterferenceFunction -> Interference.
Provide MultiLayer::setSampleName, yet unsupported in the GUI.
Edited
3 years ago
by
Wuttke, Joachim
0
0
Merge request reports
Compare
version 5
version 9
994b45ec
3 years ago
version 8
c8e73a7a
3 years ago
version 7
0a8f7d82
3 years ago
version 6
8d2558b1
3 years ago
version 5
8ae9203e
3 years ago
version 4
781c043c
3 years ago
version 3
655d59f8
3 years ago
version 2
22b1cc7e
3 years ago
version 1
c7179fb3
3 years ago
develop (base)
and
version 6
latest version
4cdb2030
25 commits,
3 years ago
version 9
994b45ec
24 commits,
3 years ago
version 8
c8e73a7a
22 commits,
3 years ago
version 7
0a8f7d82
21 commits,
3 years ago
version 6
8d2558b1
19 commits,
3 years ago
version 5
8ae9203e
18 commits,
3 years ago
version 4
781c043c
17 commits,
3 years ago
version 3
655d59f8
16 commits,
3 years ago
version 2
22b1cc7e
15 commits,
3 years ago
version 1
c7179fb3
14 commits,
3 years ago
Show latest version
10 files
+
0
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
GUI/Views/SampleDesigner/ConnectableView.cpp
+
0
−
1
Options
@@ -25,7 +25,6 @@
ConnectableView
::
ConnectableView
(
QGraphicsItem
*
parent
,
QRectF
rect
)
:
IView
(
parent
)
,
m_name
(
"Unnamed"
)
,
m_color
(
Qt
::
gray
)
,
m_rect
(
rect
)
,
m_roundpar
(
0
)
Loading