- 使用指南
- 数字绘画基础知识
- 参考手册
- 实例教程
- 常见问题解答
- 参与者手册
- 扩展包和第三方教程
- 其他
- 显示设置
- 日志查看器
- 数位板设置
- Automated Krita builds on CI matrix
- Brush GUI Design with Lager
- Building Krita from Source
- CMake Settings for Developers
- Enable static analyzer
- How to patch Qt
- Introduction to Hacking Krita
- The Krita Palette format KPL
- Krita SVG Extensions
- Modern C++ usage guidelines for the Krita codebase
- Developing Features
- Optimize Image Processing with XSIMD
- Optimizing tips and tools for Krita
- Google Summer of Code
- Advanced Merge Request Guide
- Python Developer Tools
- Introduction to Quality Assurance
- Making a release
- Reporting Bugs
- Strokes queue
- Testing Strategy
- Triaging Bugs
- Unittests in Krita
- 矢量图层
- 常规设置
- 颜料图层
- 图层组
- 克隆图层
- 文件图层
- 填充图层
- 滤镜图层
- 笔刷引擎
- 透明度蒙版
- 滤镜笔刷引擎
- 滤镜蒙版
- 裁剪工具
- 移动工具
- 变形工具
- 变形笔刷引擎
- 变形蒙版
- 网格与参考线
- 工作区
- 笔刷预设
- 色板
- 键盘快捷键
- 设置菜单
- 性能设置
- 笔尖
- 不透明度和流量
- 常用笔刷选项
- 多路笔刷工具
- 手绘笔刷工具
- 直线工具
- 曲线工具
- 辅助尺工具
- 图层
- 矩形选区工具
- 椭圆选区工具
- 多边形选区工具
- 手绘轮廓选区工具
- 相似颜色选区工具
- 相连颜色选区工具
- 曲线选区工具
- 磁性选区工具
- 形状选择工具
- 锚点编辑工具
- 工具菜单
- 动画时间轴
- 绘图纸外观
- 动画曲线
- 分镜头脚本
- 颜色
- 色域蒙版
- 美术拾色器
- 多功能拾色器
- 智能填色蒙版工具
- *.gih
- 像素笔刷引擎
- *.kra
- SeExpr
- SeExpr 脚本
- 渐变
- 颜色涂抹笔刷引擎
- 纹理
- 拾色器工具
- LUT 色彩管理
- 小型拾色器
- 有损和无损图像压缩
- *.bmp
- *.csv
- *.exr
- *.gbr
- *.gif
- *.heif 和 *.avif
- *.jpg
- *.jxl
- *.kpl
- *.ora
- .pbm、.pgm 和 *.ppm
- *.png
- *.psd
- *.svg
- *.tiff
- *.webp
- 数学运算
- 变暗
- HSX
- 变亮
- 颜色混合
- 负片
- 其他
- 二元逻辑
- 取模运算
- 二次方
- 鬃毛笔刷引擎
- 粉笔笔刷引擎
- 克隆笔刷引擎
- 曲线笔刷引擎
- 力学笔刷引擎
- 网格笔刷引擎
- 排线笔刷引擎
- MyPaint 笔刷引擎
- 粒子轨迹笔刷引擎
- 快速笔刷引擎
- 形状笔刷引擎
- 草图笔刷引擎
- 喷雾笔刷引擎
- 切线空间法线笔刷引擎
- 笔刷选项
- 锁定笔刷选项
- 蒙版笔刷
- 传感器
- 添加形状
- 动画
- 矢量图形排列
- 笔刷预设历史
- 色彩通道
- 颜色滑动条
- 图层显示方案
- 过渡色调混合器
- 直方图
- 导航器
- 图案
- 录像工具
- 参考图像
- 形状属性
- 图像版本快照
- 量化拾色器
- 操作流程
- 触摸屏辅助按钮
- 撤销历史
- 矢量图形库
- 宽色域拾色器
- 调整颜色/图像
- 艺术效果
- 模糊
- 边缘检测
- 浮雕
- 图像增强
- 映射
- 其他
- 小波分解
- 图层样式
- 选区蒙版
- 拆分透明度通道到蒙版
- 编辑菜单
- 文件菜单
- 帮助菜单
- 图像菜单
- 图层菜单
- 选择菜单
- 视图菜单
- 窗口菜单
- 作者档案设置
- 画布快捷键设置
- 隐藏面板模式设置
- 色彩管理设置
- 拾色器设置
- G’Mic 设置
- 弹出面板设置
- Python 插件管理器
- 笔尖
- 笔刷预设
- 图案
- 文字工具
- 渐变编辑工具
- 图案编辑工具
- 西文书法工具
- 矩形工具
- 椭圆工具
- 多边形工具
- 折线工具
- 手绘路径工具
- 力学笔刷工具
- 填充工具
- 闭合填充工具/圈涂
- 渐变工具
- 智能补丁工具
- 参考图像工具
- 测量工具
- 缩放工具
- 平移工具
- Building Krita with Docker on Linux
- Building krita on host Linux system (unsupported)
- Building Krita for Android
- Working on Krita Dependencies
- 渐变
- 多维网格
- 图案
- 网点
- 单纯形法噪点
Modern C++ usage guidelines for the Krita codebase
- bg.. meta::
- description:
Guide to using features from C++11, C++14 and beyond in Krita’s codebase.
Modern C++ usage guidelines for the Krita codebase
General links about using Modern C++ in Qt
There have been a few links discussing mixing C++11 with Qt, and starting with Qt 5.6 C++11 support will be default. Note: there is a lot of hype about C++11, and although many of its new features are quite welcome, often the trade-offs from these changes get neglected.
Here are some more general purpose guides to C++11 features.
C++11 FAQ Bjarne Stroustrup’s - the grand daddy.
Qt’s API design principles do not always overlap with the C++ Standards Committee design principles. (Range-based for demonstrates the design clash pretty clearly.)
Particular Features
Under “drawbacks,” every item should list: “Programmers will face another feature they must learn about.”
Type Inference (auto)
- Motivation:
If a function
f
has a return type Type, it is redundant to write a local variableType x = f(y).
Using auto declarations is a simplification in two ways scenarios. First, it allows the programmer to write code without worrying about doing the manual type deduction, for example:for( KoXmlReader::const_iterator x = iter.begin(),... ) { }
versus:
for (auto x = iter.begin(), ...) { }
This is particularly useful with nested template types and C++11 lambdas, and other complex types which have an obvious role, but a lengthy type definition.
A second important benefit of auto is that it allows the programmer to more easily refactor. Suppose we have a function
gimmeSomeStrings()
which returns aQList<QString>
, and we access it somewhere else like thisauto someStrings = gimmeSomeStrings();
If we later decide that we want to store a hash of strings and that
gimmeSomeStrings
should return aQMap<int, QString>
, we probably won’t need to make any changes inside the client snippet if we are doing tasks like iterating.- Drawbacks:
The use of
auto
obfuscates variable types. For example,auto x = 2
is not obviously an integer, andauto x = {"a", "b", "c"}
returnsstd::initializer_list
, and sometimes it is not clear what some function returns by the name of the function.- Recommendation:
Do not use auto, except, maybe, in loops, where there can be no confusion about the type of what is looped. But even there, hesitate.
Range-based for loop
- Motivation:
This is something a long time coming in C++. It is a standardized replacement for Qt’s foreach() construct, which works not only with Qt objects but all iterable C++ types.
for (T x : list ) { ... }
It will work with standard tooling and static analysis, and can be faster by defaulting to in-place access. For this reason range-based iterators should always be used for STL containers, if those are ever needed in Krita.
- Drawbacks:
By default, Qt’s foreach rewites the code to make a shallow copy and then use const accessors, while c++11 does the opposite, avoiding copying when possible. When using const accessors, this is faster, but if you try to make changes to the data, this will slow your loop down instead.
- Recommendation:
Sometimes, the range-based for is faster. Sometimes the Qt iterator is faster. Personally I like the range-based for in principle, since it works better with static analysis, it has a faster best-case speed, and it is always possible to write it in a way that replicates the
foreach()
behavior, though the reverse is not true.On the other hand, there is a bad, dangerous worst case performance hit when a detach/copy is triggered, and this is not easy to catch with standard syntax. In the blog post linked above, the discussion explains that is possible to get around this limitation by defining a macro
const_()
, which will gives a new syntax to request the compiler use constant iterators:for (T x : _const(list) ) { ... }
Qt’s recommendation on the other hand is to use foreach() for Qt iterators, and range-based for on STL containers, because you always know what you’re getting, and you always keep your syntax easy to read. In my opinion is the most meaningful new feature without any sort of clear answer, and quite interesting to think about.
General Initializer Lists
- Motivation:
Initializer lists are intended to work in many different places to simplify the syntax for complicated initialization. For example, a list of strings could be initialized
const QStringList x = {"abc", "def", "xyz" };
and if you later changed the type toQVector<QString>
, or evenstd::list<std::string>
, you wouldn’t have to make any change to the right hand side.A second place initializer lists are used is in creating standard initial values for class members. This takes the place of writing a lengthy constructor list like:
Type::Type() : MemberString1("a") , Subclass1(0) , Subclass2(1) , ...
In addition to being more concise, it saves you from repeating yourself, if you have several constructors which all start with the same defaults.
Mixed uniform initialization is a separate new feature of initializer lists when constructing classes. It is possible to specify some defaults when you declare member variables, but then override them with delegating constructors. This MSDN page is a good reference.
- Drawbacks:
None I can think of. This is super simple, completely obvious to read and write, and shortens code by removing long unnecessary lists of defaults.
- Recommendation:
Yes!
Lambdas, and new-style signals/slots
- Motivation:
Lambda expressions are a big new addition for C++11. Many programmers claim they start to feel like an essential part of the language very quickly. One of the biggest uses for lambdas is in the standard algorithm library <algorithm>, which is described below. In Qt5, this, along with std::function and std::bind, allow for One of the most useful C++11 integrations, a new signal/slot syntax which replaces the moc macros SIGNAL() and SLOT() with standard C++.
Old style:
connect(sender, SIGNAL (valueChanged(QString,QString)), receiver, SLOT (updateValue(QString)) );
New style:
connect(sender, &Sender::valueChanged, receiver, &Receiver::updateValue );
New style signals and slots provide a great benefit from the tooling perspective: now, all types for functions and function arguments can be checked statically, and you don’t have to catch typos by monitoring debug messages saying “no such slot.”
Another possibility is to use lambdas directly inside connect(), instead of defining a class member function which is only used once. The greatest benefit is that the function can be defined right where it is used; it also aids readability to get rid of a list of tiny helper functions from the header.
Qt.io New Signal/Slot Syntax Also gives detailed pros/cons.
- Drawbacks:
The new-style syntax makes it somewhat harder to use default arguments, which requires the use of lambdas. It is also perhaps a little less pretty.
Lambdas in general are have become one of the most clunky pieces of C++11 notation. Since they allow a great deal of options for example, capturing by reference with
[&]
and capturing by value with[=]
, they are a significant new addition to the C++ learning curve. Using small local functions with uninformative names likeauto F = [&] ( x ) { whatever }
is confusing for everyone.Although it is possible to use lambdas are tricky inside signals and slots, there are gotchas. Lambdas will not disconnect automatically, although there is a special syntax to make that happen.
- Recommendation:
Lambdas will feel strange to many C++ programmers. At a minimum, any time you use them you should add a comment explaining what you’re doing. (Krita codebase could use more comments anyway.) New style signals and slots should be used with caution, especially while the 2.9 branch is being maintained.
Overall, the Qt wiki gives a good overview, and I agree with its suggestions, which is to permit a small amount of mixing of the different syntax. Their recommendation is to use new-style signals and slots when possible, which is the vast majority of the time, to fall back on the old macros when one needs to use a default argument, and to use lambdas very rarely, only in cases when one needs to create a signal that is not bound to a particular object. The latter sort of case is not something that C++ newcomers would want to be touching anyway.
constexpr
- Motivation:
Performing calculations at compile time can speed things up at runtime. KDAB: speed up your Qt 5 programs using C++11
- Drawbacks:
Not easy to use these features.
- Recommendation:
This could be useful in specific places, like KoCompositeOpRegistry. Overall it is not something most programmers will run into.
<algorithm>
- Motivation:
A handwritten loop that looks for occurences of the number 20 and replaces it with 99 is routine, and will take several lines to write, including defining local variables. Instead, something like
std::replace (myvector.cbegin(), myvector.cend(), 20, 99);
is more concise, safer is even self-documenting, since the name of the function itself explains what it is doing. <u>If you make sure to use Qt’s const iterators</u>, there should never see a performance penalty compared to a hand-written loop, there can sometimes even see a gain. A list of standard algorithms can be found here. Historically Qt provided its own algorithm library, but now encourages programmers to use the STL versions instead, and Qt’s own algorithm library will mostly become deprecated. https://doc.qt.io/qt-5/qtalgorithms.html Unlike range-based for, where it is difficult to specify a const iterator instead of a standard iterator, with
<algorithm>
we are easily able to specify the const iterator.- Drawbacks:
Some of the standard algorithms are not completely obvious from observing the name. For example, I could not personally list what are the five arguments of
std::replace_copy
off the top of my head, and you shouldn’t expect anyone to. When values inside the container need to be modified, non-const iterators may be slower than a Qt foreach() loop.- Recommendation:
Encourage the use of <algorithm> when it improves code clarity. Speed not a big problem most of the time, don’t make changes which are hard to understand just for a tiny hypothetical speed boost. However, moving to <algorithm> and away from Qt foreach() inside hot paths could prove useful in the future.
enum class
- Motivation:
These are a type-safe version of enums, and allows the programmer to associate several different types of data with an enum, such as a character. This gives stricter type safety, for example, when it might be possible to accidentally convert a variable into a numeric type. For example:
enum class Color : char {Red = 'R', Green = 'G', Blue = 'B'};
Other benefits of enum classes are that they can be forward-declared, and that the data can be any sort of constexpr. For example, if one had a constexpr function
color_symbol()
that returned the symbol given some color data, the enum class members could be defined like:enum class Color: char {Red = color_symbol({255, 0, 0}) ...};
The standard C++ reference does a nice job explaining these features. https://en.cppreference.com/w/cpp/language/enum
- Drawbacks:
Virtually none. Very small changes to the code, more type safety, removes the need for some tables of values. The only problem is sometimes this requires fixing code that was unsafe to begin with.
- Recommendation:
Use freely.
Local type definitions (i.e. using)
- Motivation:
An easier and localized way to use typedefs. Can be at the namespace, class, or function level. Allows you to rewrite a typedef so that the new name occurs on the left hand side of the equals sign, which is easier to read. They allow you to place typedefs closer to where they’re used. They are particularly nice inside templates.
- Drawbacks:
Very few. These are quite intuitive
- Recommendation:
Go for it.
nullptr
- Motivation:
The use of nullptr as a default pointer initializer is a very small change in C++11, and mostly an aesthetic one. Technically, there are only a few things it prevents : it cannot be converted to a numeric type like
int x = nullptr;
, and it cannot be used as a class type in a template, so the following is a compiler error:meta_type<class A, class B>; meta_type<C, nullptr> x;
The most important to nullptr is simply that you are tagging your code - ‘’hey: there is a null pointer lurking around here, be careful!’’
- Drawbacks:
It takes longer to type nullptr than it takes to type 0, and it’s not so visually pleasing. Converting the existing code base would be very laborious and mess up git history. Tiny benefits.
- Recommendation:
We do not use nullptr in Krita. Not in new code, and we don’t refactor old code to use it. Also not Q_NULLPTR.
Deleted, default, override, final
- Motivation:
These are keywords used for designing inheritance patterns. They are useful for preventing accidental copy construction.
- Drawbacks:
Since Krita does not export libraries, most of the time we won’t need to worry about these. They are limited to solving some pretty specialized problems.
- Recommendation:
No reason to hold back from these features if they seem useful. They are well named and fairly self-explanatory, especially for developers with a Java or C# background. If you apply them correctly, you can prevent other coders from making mistakes when they use your classes. For others, these definitions can be ignored until they cause a compile error, which tell you that you’re doing something the wrong way.
unique_ptr/QScopedPointer
- Motivation:
Here is a glowing review of unique_ptr. This is really about a philosophy of C++ memory management, not just a particular smart pointer type. The idea is that whenever you create an object on the heap, you should always house it inside a smart pointer. The reason this philosophy is considered new to C++11 is that unique_ptr is the first time they ‘got it right’ designing a very nice smart pointer class. Most importantly, the class uses negligible overhead. In particular:
sizeof(unique_ptr<T*>) = size_t
, it can be passed as a function argument without copying, and dereferencing is inline.
QScopedPointer is essentially the same thing as unique_ptr, and perhaps it is more idiomatic to use QScopedPointer instead.
备注
It is a useful idiom to store a d-ptr using QScopedPointer<Private>, but if you do this you must also declare a destructor in the header file, even if it has an empty implementation in the source file.
“Rule of Zero”: more about the C++ design philosophy behind unique_ptr.
- Drawbacks:
The philosophy mentioned above can be summarized like this: we should state up front what we are going to prohibit programmers from doing. Like the const keyword, unique_ptr puts restrictions on what can be done with the pointer, the main one being, it cannot be copied. Like enforcing const correctness, this can be annoying to get right throughout a codebase.
One particular limitation is that Qt container classes. For example
QVector<std::unique_ptr>
is invalid, because QVector requires its members can be copied. This makes converting to unique_ptr a bit slow, sinceQVector<T *>
will have to be converted tostd_array<unique_ptr<T*>>
. If the owner was being copied before, it will become uncopiable. This can be a good thing, but it can also be extra work.- Recommendation:
Smart pointers are already prevalent in the codebase with the KisSP family, but more use of them should be encouraged. d_ptrs should be wrapped in a QScopedPointer. The rule is: first Krita’s shared pointers, then Qt’s, do not use the std smart pointers.
Performance-related (rvalues)
Using move constructors and rvalues are very subtle and advanced features, but widely celebrated as successes of C++11. The point of these features is to save on costs of copying memory when passing function arguments. The idea is that if one is OK allowing a function to steal, alter or destroy its argument, then that function can be called slightly faster if the argument is not copied at all, but instead simply performing an ownership transfer. C++ programmers should already be aware that writing performant code where data gets shuffled around sometimes requires opening a can of ampersands. These features will naturally stay confined to the corners of the codebase behind the scenes where they belong, and should be introduced when they are useful.
Slide 37 describes lvalue/rvalue types in exact detail Also explains the terms “xvalue” and “prvalue” sometimes seen as well.
Move Constructors
- Recommendation:
Use whenever it aids performance.
Reference Qualifiers (rvalue references)
- Recommendation:
Use whenever it aids performance.
C++11 features mostly for template programming
Krita makes very light use of templates. These features are useful, coming across them in the code base will add complexity for new learners, and have not been necessary so far.
decltype : this is the most likely of these features to be useful, for example, in KisInputManager.
static_assert
variadic templates
Other C++11 features that will not be useful
Threading support (Relies on C++ threading model; use Qt threading instead)
shared_ptr and weak_ptr (Relies on C++ threading model; use KisSharedPointer instead)
New literal types (already have QString/ki18n)
Extended Unions (already have QVariant)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论