Skip to content

Commit d32e040

Browse files
committed
EN,CZ : objDoc : Class functions locations mentioned
1 parent ce0d1d4 commit d32e040

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

cs/objDoc.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ V ukázkách podadresář **en** zastupuje jazyk.
3131
| 👂 Obsluha události | **i/en/hdl_puiButtonKeywordIndex_keywordList_onETIndexFileLoaded.md** (puiButtonKeywordIndex je název třídy pluginu, keywordList název instance pluginu, onETIndexFileLoaded je úplný název obslužné funkce události na straně kódu) |
3232
| 🔘 UI prvek | **i/en/uiobject_puiButtonKeywordIndex_keywordList_downP-Glossary.md** (puiButtonKeywordIndex je název třídy pluginu, keywordList název instance pluginu, downP-Glossary je id html elementu id prvku) |
3333
| ⭐ Javascript událost | **i/en/sysevent_pConvertSysEventToEvent_pPrePrintEvent_window.beforeprint.md** (pConvertSysEventToEvent je název třídy pluginu, pPrePrintEvent název instance pluginu, window je název html prvku ke kterému byla obsluha připojena, beforeprint je název javascript události) |
34-
| Integrovaný proces | **i/en/grpproc_fulltextList.md** (toc je název integrovaného procesu - název instance pluginu) |
34+
| Integrovaný proces | **i/en/grpproc_fulltextList.md** (toc je název integrovaného procesu - název instance pluginu) |
3535
| 📄 Výpis zdrojového kódu | **i/en/cpp_pIndexFile.md** (pIndexFile je název třídy pluginu) |
36+
| 🏷️ Funkce třídy | **i/en/method_pIndexFile_keywordList_init.md** (pIndexFile je název třídy pluginu, keywordList název instance pluginu, init je název funkce) |
3637

3738
## Konvence odkazu na dokumentaci z vnější nápovědy
3839

@@ -57,8 +58,9 @@ Obecná struktura cesty odkazu:
5758
| 🎛️ Karta | **:_page:puiButtonObjectExplorer:-load:oexpP.md** |
5859
| 📂 Strom | **:_tree:puiButtonObjectExplorer:-load:objectList.md** |
5960
| ⭐ Javascript událost | **:_evtSys:pConvertSysEventToEvent:pPrePrintEvent:window.beforeprint.md** |
60-
| Integrovaný proces | **:_grpproc:fulltextList.md** |
61+
| Integrovaný proces | **:_grpproc:fulltextList.md** |
6162
| 📄 Výpis zdrojového kódu | **:_cpp:pui.md** |
63+
| 🏷️ Funkce třídy | **:_fn:pIndexFile:init.md** |
6264

6365
Dokumentace pro autory popisuje jak [přidat odkaz do textu kapitoly][AuthDocLinks].
6466

en/objDoc.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ In the examples, the **en** subdirectory represents the language.
3131
| 👂 Event handler | **i/en/hdl_puiButtonKeywordIndex_keywordList_onETIndexFileLoaded.md** (puiButtonKeywordIndex is the name of the plugin class, keywordList is the name of the plugin instance, onETIndexFileLoaded is the full name of the event handler function on the code side) |
3232
| 🔘 UI element | **i/en/uiobject_puiButtonKeywordIndex_keywordList_downP-Glossary.md** (puiButtonKeywordIndex is the name of the plugin class, keywordList is the name of the plugin instance, downP-Glossary is the id of the html element id of the element) |
3333
| ⭐ Javascript event | **i/en/sysevent_pConvertSysEventToEvent_pPrePrintEvent_window.beforeprint.md** (pConvertSysEventToEvent is the name of the plugin class, pPrePrintEvent is the name of the plugin instance, window is the name of the HTML element to which the handler was attached, beforeprint is the name of the Javascript event) |
34-
| Integrated process | **i/en/grpproc_fulltextList.md** (toc is the name of the integrated process - the name of the plugin instance) |
34+
| ⇄ Integrated process | **i/en/grpproc_fulltextList.md** (toc is the name of the integrated process - the name of the plugin instance) |
3535
| 📄 Source code listing | **i/en/cpp_pIndexFile.md** (pIndexFile is the name of the plugin class) |
36+
| 🏷️ Class function | **i/en/method_pIndexFile_keywordList_init.md** (pIndexFile is the name of the plugin class, keywordList is the name of the plugin instance, init is the name of the function) |
3637

3738
## Convention for linking to documentation from external help
3839

@@ -57,8 +58,9 @@ General link path structure:
5758
| 🎛️ Card | **:_page:puiButtonObjectExplorer:-load:oexpP.md** |
5859
| 📂 Tree | **:_tree:puiButtonObjectExplorer:-load:objectList.md** |
5960
| ⭐ Javascript event | **:_evtSys:pConvertSysEventToEvent:pPrePrintEvent:window.beforeprint.md** |
60-
| Integrated process | **:_grpproc:fulltextList.md** |
61+
| ⇄ Integrated process | **:_grpproc:fulltextList.md** |
6162
| 📄 Source code listing | **:_cpp:pui.md** |
63+
| 🏷️ Class function | **:_fn:pIndexFile:init.md** |
6264

6365
The documentation for authors describes how to [add a link to the chapter text][AuthDocLinks].
6466

0 commit comments

Comments
 (0)