Google C++ Style Guide
good_user.cc: #include "b.h" void f(B*); void f(void*); void test(D* x) { f(x); } // calls f(B*) If the #include was replaced with forward decls for B and D, test() would call f(void*). • Forward declaring enclosing scope. Con- sider the following snippet, for example: namespace X { inline namespace Y { void foo(); } } The expressions X::Y::foo() and X::foo() are interchangeable. Inline names- paces are class MyClass { public: ... void Foo(); }; } // namespace mynamespace // In the .cc file namespace mynamespace { // Definition of functions is within scope of the namespace. void MyClass::Foo() { ... }0 码力 | 83 页 | 238.71 KB | 1 年前3Krita 5.2 Manual
is useful when you don’t have access to a button. Delete Will delete the active layer(s). For safety reasons, you can only delete visible layers. Hot keys and Sticky Keys Shift key for selecting multiple so it cannot be recovered from. Changed in version 4.2.8: Krita version 4.2.8 introduced special safety measure for Windows that should help to avoid this situation. But in any case, unless something makes 0}; bool ignoreSpacing {false}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; KisAirbrushOptionData is a simple structure0 码力 | 1502 页 | 79.07 MB | 1 年前3Krita 5.2 브로셔
with zeroes, so it cannot be recovered from. 버전 4.2.8에서 변경: Krita version 4.2.8 introduced special safety measure for Windows that should help to avoid this situation. But in any case, unless something makes 0}; bool ignoreSpacing {false}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; KisAirbrushOptionData is a simple structure axisX {true}; bool axisY {true}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; // Combine this mixin class with KisCurveOptionData0 码力 | 1531 页 | 79.11 MB | 1 年前3Krita 4.x 官方文档中文版 2021-08-06A
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 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 information about the process refer to the Testing Strategy. Test Engineering The test suite is the safety net enabling the community to fearlessly move forward. We have a comprehensive testing strategy to0 码力 | 1594 页 | 110.95 MB | 1 年前3Krita 5.2 中文手册
0}; bool ignoreSpacing {false}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; KisAirbrushOptionData is a simple structure axisX {true}; bool axisY {true}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; // Combine this mixin class with KisCurveOptionData return KisCurveOptionData::read(setting) && KisScatterOptionMixIn::read(setting); } void write(KisPropertiesConfiguration *setting) const { KisCurveOptionData::write(setting);0 码力 | 1594 页 | 79.20 MB | 1 年前3Krita 5.2 官方文档中文版 2023-12-08A
{50.0}; bool ignoreSpacing {false}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; KisAirbrushOptionData is a simple structure bool axisX {true}; bool axisY {true}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; �� Combine this mixin class with KisCurveOptionData return KisCurveOptionData��read(setting) && KisScatterOptionMixIn��read(setting); } void write(KisPropertiesConfiguration *setting) const { KisCurveOptionData��write(setting);0 码力 | 1685 页 | 91.87 MB | 1 年前3Krita 5.2 官方文档中文版 2023-12-08A
{50.0}; bool ignoreSpacing {false}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; KisAirbrushOptionData is a simple structure bool axisX {true}; bool axisY {true}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; // Combine this mixin class with KisCurveOptionData return KisCurveOptionData::read(setting) && KisScatterOptionMixIn::read(setting); } void write(KisPropertiesConfiguration *setting) const { KisCurveOptionData::write(setting);0 码力 | 1562 页 | 79.19 MB | 1 年前3Krita 5.1 官方文档中文版 2023-05-26A
{50.0}; bool ignoreSpacing {false}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; KisAirbrushOptionData is a simple structure bool axisX {true}; bool axisY {true}; bool read(const KisPropertiesConfiguration *setting); void write(KisPropertiesConfiguration *setting) const; }; // Combine this mixin class with KisCurveOptionData return KisCurveOptionData::read(setting) && KisScatterOptionMixIn::read(setting); } void write(KisPropertiesConfiguration *setting) const { KisCurveOptionData::write(setting);0 码力 | 1547 页 | 78.22 MB | 1 年前3Krita 4.x 官方文档中文版 2021-08-06A
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 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 information about the process refer to the Testing Strategy. Test Engineering The test suite is the safety net enabling the community to fearlessly move forward. We have a comprehensive testing strategy to0 码力 | 1373 页 | 74.74 MB | 1 年前3The Weblate Manual 2.5
Release 2.5 #include#include #include #include int main(void) { int count = 1; setlocale(LC_ALL, ""); bindtextdomain("hello", "/usr/share/locale"); textdomain("hello"); __future__ import unicode_literals import os from logging.handlers import SysLogHandler import django # # Safety check for running with too old Django version # if django.VERSION < (1, 4, 0): raise Exception( 0 码力 | 166 页 | 1.38 MB | 1 年前3
共 311 条
- 1
- 2
- 3
- 4
- 5
- 6
- 32