 Krita 5.2 브로셔plugin should be available. How to get to the plugin? Plugins in Krita are either dockers or extensions. If it’s an extension, it will be available in the menu Tools ‣ Scripts. When it’s a docker, Comment=Our very own plugin. write your script in the myplugin/myplugin.py file. Creating an extension Extensions [https://api.kde.org/krita/html/classExtension.html] are relatively simple python scripts that def createActions(self, window): pass # And add the extension to Krita's list of extensions: Krita.instance().addExtension(MyExtension(Krita.instance())) This code of course doesn’t do anything0 码力 | 1531 页 | 79.11 MB | 1 年前3 Krita 5.2 브로셔plugin should be available. How to get to the plugin? Plugins in Krita are either dockers or extensions. If it’s an extension, it will be available in the menu Tools ‣ Scripts. When it’s a docker, Comment=Our very own plugin. write your script in the myplugin/myplugin.py file. Creating an extension Extensions [https://api.kde.org/krita/html/classExtension.html] are relatively simple python scripts that def createActions(self, window): pass # And add the extension to Krita's list of extensions: Krita.instance().addExtension(MyExtension(Krita.instance())) This code of course doesn’t do anything0 码力 | 1531 页 | 79.11 MB | 1 年前3
 PlantUML 1.2019.4 언어참조가이드text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply return label where label, if provided, can be any string acceptable on conventional messages A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob PlantUML 언어참조가이드 (1.2019.4) 17 / 165 1.23 Stereotypes and Spots 1 시퀀스다이어그램 using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2)0 码力 | 166 页 | 1.86 MB | 1 年前3 PlantUML 1.2019.4 언어참조가이드text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply return label where label, if provided, can be any string acceptable on conventional messages A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob PlantUML 언어참조가이드 (1.2019.4) 17 / 165 1.23 Stereotypes and Spots 1 시퀀스다이어그램 using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2)0 码力 | 166 页 | 1.86 MB | 1 年前3
 PlantUML 1.2021.3 언어참조가이드Note over all participants [across] You can directly make a note over all participants, with the syntax: • note across: note_description @startuml Alice->Bob:m1 Bob->Charlie:m2 note over Alice, Charlie: notes aligned at the same level [/] You can make several notes aligned at the same level, with the syntax /: • without / (by default, the notes are not aligned) @startuml note over Alice : initial state Alice --> Bob : ok @enduml 1.27 Shortcut syntax for activation, deactivation, creation Immediately after specifying the target participant, the following syntax can be used: • ++ Activate the target (optionally0 码力 | 408 页 | 4.32 MB | 1 年前3 PlantUML 1.2021.3 언어참조가이드Note over all participants [across] You can directly make a note over all participants, with the syntax: • note across: note_description @startuml Alice->Bob:m1 Bob->Charlie:m2 note over Alice, Charlie: notes aligned at the same level [/] You can make several notes aligned at the same level, with the syntax /: • without / (by default, the notes are not aligned) @startuml note over Alice : initial state Alice --> Bob : ok @enduml 1.27 Shortcut syntax for activation, deactivation, creation Immediately after specifying the target participant, the following syntax can be used: • ++ Activate the target (optionally0 码力 | 408 页 | 4.32 MB | 1 年前3
 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
user-friendly nature of its syntax, designed to be both intuitive and easy to remember. • Intuitive Syntax: First and foremost, users appreciate the straightforward and intuitive syntax that PlantUML employs A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob [o-> Bob [o->o Bob [x-> Bob [<- Bob [x<- Bob Bob ->] PlantUML 언어참조가이드 (1.2023 using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2)0 码力 | 552 页 | 7.88 MB | 1 年前3 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
user-friendly nature of its syntax, designed to be both intuitive and easy to remember. • Intuitive Syntax: First and foremost, users appreciate the straightforward and intuitive syntax that PlantUML employs A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob [o-> Bob [o->o Bob [x-> Bob [<- Bob [x<- Bob Bob ->] PlantUML 언어참조가이드 (1.2023 using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2)0 码力 | 552 页 | 7.88 MB | 1 年前3
 PlantUML 1.2021.1 언어참조가이드Note over all participants [across] You can directly make a note over all participants, with the syntax: • note across: note_description @startuml Alice->Bob:m1 Bob->Charlie:m2 note over Alice, Charlie: notes aligned at the same level [/] You can make several notes aligned at the same level, with the syntax /: • without / (by default, the notes are not aligned) @startuml note over Alice : initial state Alice --> Bob : ok @enduml 1.27 Shortcut syntax for activation, deactivation, creation Immediately after specifying the target participant, the following syntax can be used: • ++ Activate the target (optionally0 码力 | 386 页 | 4.12 MB | 1 年前3 PlantUML 1.2021.1 언어참조가이드Note over all participants [across] You can directly make a note over all participants, with the syntax: • note across: note_description @startuml Alice->Bob:m1 Bob->Charlie:m2 note over Alice, Charlie: notes aligned at the same level [/] You can make several notes aligned at the same level, with the syntax /: • without / (by default, the notes are not aligned) @startuml note over Alice : initial state Alice --> Bob : ok @enduml 1.27 Shortcut syntax for activation, deactivation, creation Immediately after specifying the target participant, the following syntax can be used: • ++ Activate the target (optionally0 码力 | 386 页 | 4.12 MB | 1 年前3
 PlantUML 1.2021.2 언어참조가이드Note over all participants [across] You can directly make a note over all participants, with the syntax: • note across: note_description @startuml Alice->Bob:m1 Bob->Charlie:m2 note over Alice, Charlie: notes aligned at the same level [/] You can make several notes aligned at the same level, with the syntax /: • without / (by default, the notes are not aligned) @startuml note over Alice : initial state Alice --> Bob : ok @enduml 1.27 Shortcut syntax for activation, deactivation, creation Immediately after specifying the target participant, the following syntax can be used: • ++ Activate the target (optionally0 码力 | 391 页 | 4.17 MB | 1 年前3 PlantUML 1.2021.2 언어참조가이드Note over all participants [across] You can directly make a note over all participants, with the syntax: • note across: note_description @startuml Alice->Bob:m1 Bob->Charlie:m2 note over Alice, Charlie: notes aligned at the same level [/] You can make several notes aligned at the same level, with the syntax /: • without / (by default, the notes are not aligned) @startuml note over Alice : initial state Alice --> Bob : ok @enduml 1.27 Shortcut syntax for activation, deactivation, creation Immediately after specifying the target participant, the following syntax can be used: • ++ Activate the target (optionally0 码力 | 391 页 | 4.17 MB | 1 年前3
 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)Shortcut syntax for activation, deactivation, creation 1 시퀀스다이어그램 1.25 Shortcut syntax for activation, deactivation, creation Immediately after specifying the target participant, the following syntax can A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob [o-> Bob [o->o Bob [x-> Bob [<- Bob [x<- Bob Bob ->] Bob ->o] Bob o->o] Bob using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2)0 码力 | 307 页 | 3.16 MB | 1 年前3 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)Shortcut syntax for activation, deactivation, creation 1 시퀀스다이어그램 1.25 Shortcut syntax for activation, deactivation, creation Immediately after specifying the target participant, the following syntax can A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob [o-> Bob [o->o Bob [x-> Bob [<- Bob [x<- Bob Bob ->] Bob ->o] Bob o->o] Bob using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2)0 码力 | 307 页 | 3.16 MB | 1 年前3
 PlantUML 1.2020.22 언어참조가이드Shortcut syntax for activation, deactivation, creation 1 시퀀스다이어그램 1.24 Shortcut syntax for activation, deactivation, creation Immediately after specifying the target participant, the following syntax can A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob [o-> Bob [o->o Bob [x-> Bob [<- Bob [x<- Bob Bob ->] Bob ->o] Bob o->o] Bob using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2)0 码力 | 295 页 | 3.08 MB | 1 年前3 PlantUML 1.2020.22 언어참조가이드Shortcut syntax for activation, deactivation, creation 1 시퀀스다이어그램 1.24 Shortcut syntax for activation, deactivation, creation Immediately after specifying the target participant, the following syntax can A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob [o-> Bob [o->o Bob [x-> Bob [<- Bob [x<- Bob Bob ->] Bob ->o] Bob o->o] Bob using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2)0 码力 | 295 页 | 3.08 MB | 1 年前3
 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.9)A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob PlantUML 언어참조가이드 (1.2019.9) 17 / 171 1.23 Stereotypes and Spots 1 시퀀스다이어그램 using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2) @enduml It is also possible to group between brackets {} all fields and methods. Note that the syntax is highly flexible about type/name order. @startuml class Dummy { String data void methods() }0 码力 | 172 页 | 1.97 MB | 1 年前3 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.9)A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob PlantUML 언어참조가이드 (1.2019.9) 17 / 171 1.23 Stereotypes and Spots 1 시퀀스다이어그램 using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2) @enduml It is also possible to group between brackets {} all fields and methods. Note that the syntax is highly flexible about type/name order. @startuml class Dummy { String data void methods() }0 码力 | 172 页 | 1.97 MB | 1 年前3
 PlantUML 1.2019.6 언어참조가이드A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob PlantUML 언어참조가이드 (1.2019.6) 17 / 171 1.23 Stereotypes and Spots 1 시퀀스다이어그램 using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2) @enduml It is also possible to group between brackets {} all fields and methods. Note that the syntax is highly flexible about type/name order. @startuml class Dummy { String data void methods() }0 码力 | 172 页 | 1.95 MB | 1 年前3 PlantUML 1.2019.6 언어참조가이드A<--] : RequestCreated deactivate A [<- A: Done deactivate A @enduml You can also have the following syntax: @startuml [-> Bob PlantUML 언어참조가이드 (1.2019.6) 17 / 171 1.23 Stereotypes and Spots 1 시퀀스다이어그램 using << and >>. In the stereotype, you can add a spotted character in a colored circle using the syntax (X,color). @startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2) @enduml It is also possible to group between brackets {} all fields and methods. Note that the syntax is highly flexible about type/name order. @startuml class Dummy { String data void methods() }0 码力 | 172 页 | 1.95 MB | 1 年前3
共 15 条
- 1
- 2














