hugin-bug-hunters team mailing list archive
-
hugin-bug-hunters team
-
Mailing list archive
-
Message #04615
[Bug 1195436] [NEW] Scripting interface does not respect const qualifier
Public bug reported:
The script interface does not respect the const qualifier to some (member) functions.
E.g. Panorama::GetImages returns a const SrcImage. In C++ you can not modify it, but it works in Python. So in the scripting interface also the const qualifier should be respected.
** Affects: hugin
Importance: Undecided
Assignee: KFJ (kfj)
Status: Confirmed
** Changed in: hugin
Status: New => Confirmed
** Changed in: hugin
Assignee: (unassigned) => KFJ (kfj)
--
You received this bug notification because you are a member of Hugin Bug
Hunters, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1195436
Title:
Scripting interface does not respect const qualifier
Status in Hugin - Panorama Tools GUI:
Confirmed
Bug description:
The script interface does not respect the const qualifier to some (member) functions.
E.g. Panorama::GetImages returns a const SrcImage. In C++ you can not modify it, but it works in Python. So in the scripting interface also the const qualifier should be respected.
To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1195436/+subscriptions
Follow ups
References