Home
last modified time | relevance | path

Searched refs:ZLResourceKey (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/dialogs/
H A DZLDialogManager.h40 static const ZLResourceKey OK_BUTTON;
41 static const ZLResourceKey CANCEL_BUTTON;
42 static const ZLResourceKey YES_BUTTON;
43 static const ZLResourceKey NO_BUTTON;
44 static const ZLResourceKey APPLY_BUTTON;
46 static const ZLResourceKey COLOR_KEY;
47 static const ZLResourceKey DIALOG_TITLE;
76 void informationBox(const ZLResourceKey &key) const;
80 void errorBox(const ZLResourceKey &key) const;
83 …tionBox(const ZLResourceKey &key, const ZLResourceKey &button0, const ZLResourceKey &button1, cons…
[all …]
H A DZLDialogManager.cpp23 const ZLResourceKey ZLDialogManager::OK_BUTTON("ok");
24 const ZLResourceKey ZLDialogManager::CANCEL_BUTTON("cancel");
25 const ZLResourceKey ZLDialogManager::YES_BUTTON("yes");
26 const ZLResourceKey ZLDialogManager::NO_BUTTON("no");
27 const ZLResourceKey ZLDialogManager::APPLY_BUTTON("apply");
29 const ZLResourceKey ZLDialogManager::COLOR_KEY("color");
30 const ZLResourceKey ZLDialogManager::DIALOG_TITLE("title");
59 const std::string &ZLDialogManager::buttonName(const ZLResourceKey &key) { in buttonName()
75 void ZLDialogManager::informationBox(const ZLResourceKey &key) const { in informationBox()
83 void ZLDialogManager::errorBox(const ZLResourceKey &key) const { in errorBox()
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/include/
H A DZLDialogManager.h40 static const ZLResourceKey OK_BUTTON;
41 static const ZLResourceKey CANCEL_BUTTON;
42 static const ZLResourceKey YES_BUTTON;
43 static const ZLResourceKey NO_BUTTON;
44 static const ZLResourceKey APPLY_BUTTON;
46 static const ZLResourceKey COLOR_KEY;
47 static const ZLResourceKey DIALOG_TITLE;
76 void informationBox(const ZLResourceKey &key) const;
80 void errorBox(const ZLResourceKey &key) const;
83 …tionBox(const ZLResourceKey &key, const ZLResourceKey &button0, const ZLResourceKey &button1, cons…
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gpe/dialogs/
H A DZLGtkDialogManager.h39 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
40 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &key, shared_ptr<ZLRunnable> a…
41 void informationBox(const ZLResourceKey &key, const std::string &message) const;
42 void errorBox(const ZLResourceKey &key, const std::string &message) const;
43 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
44 bool selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const;
45 void wait(const ZLResourceKey &key, ZLRunnable &runnable) const;
54ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0 = OK_BUTTON, const ZL…
H A DZLGtkDialogManager.cpp36 shared_ptr<ZLDialog> ZLGtkDialogManager::createDialog(const ZLResourceKey &key) const { in createDialog()
40 shared_ptr<ZLOptionsDialog> ZLGtkDialogManager::createOptionsDialog(const ZLResourceKey &key, share… in createOptionsDialog()
44 void ZLGtkDialogManager::informationBox(const ZLResourceKey &key, const std::string &message) const… in informationBox()
48 void ZLGtkDialogManager::errorBox(const ZLResourceKey &key, const std::string &message) const { in errorBox()
52 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z… in questionBox()
56 …*icon, const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z… in internalBox()
87 bool ZLGtkDialogManager::selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const { in selectionDialog()
91 void ZLGtkDialogManager::wait(const ZLResourceKey &key, ZLRunnable &runnable) const { in wait()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gtk/dialogs/
H A DZLGtkDialogManager.h41 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
42 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &id, shared_ptr<ZLRunnable> ap…
43 …shared_ptr<ZLOpenFileDialog> createOpenFileDialog(const ZLResourceKey &key, const std::string &dir…
46 void errorBox(const ZLResourceKey &key, const std::string &message) const;
47 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
48 bool selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const;
49 shared_ptr<ZLProgressDialog> createProgressDialog(const ZLResourceKey &key) const;
59 …sage, const ZLResourceKey &button0 = OK_BUTTON, const ZLResourceKey &button1 = ZLResourceKey(), co…
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/optionsDialog/system/
H A DSystemOptionsDialog.cpp52 SystemOptionsDialog::SystemOptionsDialog() : AbstractOptionsDialog(ZLResourceKey("SystemOptionsDial… in SystemOptionsDialog()
55 ZLDialogContent &encodingTab = dialog.createTab(ZLResourceKey("Language")); in SystemOptionsDialog()
56 …encodingTab.addOption(ZLResourceKey("autoDetect"), new ZLSimpleBooleanOptionEntry(PluginCollection… in SystemOptionsDialog()
60 encodingTab.addOption(ZLResourceKey("defaultEncodingSet"), encodingSetEntry); in SystemOptionsDialog()
61 encodingTab.addOption(ZLResourceKey("defaultEncoding"), encodingEntry); in SystemOptionsDialog()
64 ZLDialogContent &configTab = dialog.createTab(ZLResourceKey("Config")); in SystemOptionsDialog()
68 configTab.addOption(ZLResourceKey("autoSave"), enableEntry); in SystemOptionsDialog()
72 configTab.addOption(ZLResourceKey("timeout"), timeoutEntry); in SystemOptionsDialog()
79 std::vector<std::pair<ZLResourceKey,ZLOptionEntry*> > additional; in SystemOptionsDialog()
82 additional.push_back(std::make_pair(ZLResourceKey("singleClickOpen"), entry)); in SystemOptionsDialog()
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/opie/dialogs/
H A DZLQtDialogManager.h36 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
37 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &key, shared_ptr<ZLRunnable> a…
38 void informationBox(const ZLResourceKey &key, const std::string &message) const;
39 void errorBox(const ZLResourceKey &key, const std::string &message) const;
40 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
41 bool selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const;
42 void wait(const ZLResourceKey &key, ZLRunnable &runnable) const;
H A DZLQtDialogManager.cpp36 shared_ptr<ZLOptionsDialog> ZLQtDialogManager::createOptionsDialog(const ZLResourceKey &key, shared… in createOptionsDialog()
40 shared_ptr<ZLDialog> ZLQtDialogManager::createDialog(const ZLResourceKey &key) const { in createDialog()
44 void ZLQtDialogManager::informationBox(const ZLResourceKey &key, const std::string &message) const { in informationBox()
48 void ZLQtDialogManager::errorBox(const ZLResourceKey &key, const std::string &message) const { in errorBox()
52 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z… in questionBox()
56 bool ZLQtDialogManager::selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const { in selectionDialog()
60 void ZLQtDialogManager::wait(const ZLResourceKey &key, ZLRunnable &runnable) const { in wait()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/ezx/dialogs/
H A DZLQtDialogManager.h39 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
40 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &id, shared_ptr<ZLRunnable> ap…
41 void informationBox(const ZLResourceKey &key, const std::string &message) const;
42 void errorBox(const ZLResourceKey &key, const std::string &message) const;
43 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
44 bool selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const;
45 void wait(const ZLResourceKey &key, ZLRunnable &runnable) const;
H A DZLQtDialogManager.cpp38 shared_ptr<ZLOptionsDialog> ZLQtDialogManager::createOptionsDialog(const ZLResourceKey &key, shared… in createOptionsDialog()
42 shared_ptr<ZLDialog> ZLQtDialogManager::createDialog(const ZLResourceKey &key) const { in createDialog()
46 void ZLQtDialogManager::informationBox(const ZLResourceKey&, const std::string &message) const { in informationBox() argument
51 void ZLQtDialogManager::errorBox(const ZLResourceKey&, const std::string &message) const { in errorBox() argument
56 …stionBox(const ZLResourceKey&, const std::string &message, const ZLResourceKey &button0, const ZLR… in questionBox() argument
61 bool ZLQtDialogManager::selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const { in selectionDialog()
65 void ZLQtDialogManager::wait(const ZLResourceKey &key, ZLRunnable &runnable) const { in wait()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/networkTree/
H A DNetworkCatalogRootNode.cpp59 ZLResourceKey key() const;
67 ZLResourceKey key() const;
78 ZLResourceKey key() const;
90 ZLResourceKey key() const;
102 ZLResourceKey key() const;
110 ZLResourceKey key() const;
165 return ZLResourceKey("login"); in key()
182 return ZLResourceKey("logout"); in key()
201 return ZLResourceKey("dontShow"); in key()
223 return ZLResourceKey("refillAccount"); in key()
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/optionsDialog/lookAndFeel/
H A DLookAndFeelOptionsDialog.cpp45 ZLDialogContent &cssTab = dialog.createTab(ZLResourceKey("CSS")); in LookAndFeelOptionsDialog()
46 …cssTab.addOption(ZLResourceKey("overrideSpecifiedFonts"), ZLTextStyleCollection::Instance().Overri… in LookAndFeelOptionsDialog()
48 ZLDialogContent &marginTab = dialog.createTab(ZLResourceKey("Margins")); in LookAndFeelOptionsDialog()
50 ZLResourceKey("left"), new ZLSimpleSpinOptionEntry(options.LeftMarginOption, 1), in LookAndFeelOptionsDialog()
51 ZLResourceKey("right"), new ZLSimpleSpinOptionEntry(options.RightMarginOption, 1) in LookAndFeelOptionsDialog()
54 ZLResourceKey("top"), new ZLSimpleSpinOptionEntry(options.TopMarginOption, 1), in LookAndFeelOptionsDialog()
55 ZLResourceKey("bottom"), new ZLSimpleSpinOptionEntry(options.BottomMarginOption, 1) in LookAndFeelOptionsDialog()
58 myFormatPage = new FormatOptionsPage(dialog.createTab(ZLResourceKey("Format"))); in LookAndFeelOptionsDialog()
59 myStylePage = new StyleOptionsPage(dialog.createTab(ZLResourceKey("Styles")), *fbreader.context()); in LookAndFeelOptionsDialog()
61 ZLDialogContent &colorsTab = dialog.createTab(ZLResourceKey("Colors")); in LookAndFeelOptionsDialog()
[all …]
H A DFormatOptionsPage.cpp33 static const ZLResourceKey KEY_STYLE("style");
34 static const ZLResourceKey KEY_BASE("Base");
36 static const ZLResourceKey KEY_DUMMY("");
37 static const ZLResourceKey KEY_LINESPACING("lineSpacing");
38 static const ZLResourceKey KEY_FIRSTLINEINDENT("firstLineIndent");
39 static const ZLResourceKey KEY_ALIGNMENT("alignment");
40 static const ZLResourceKey KEY_SPACEBEFORE("spaceBefore");
41 static const ZLResourceKey KEY_SPACEAFTER("spaceAfter");
42 static const ZLResourceKey KEY_STARTINDENT("startIndent");
43 static const ZLResourceKey KEY_ENDINDENT("endIndent");
[all …]
H A DStyleOptionsPage.cpp35 static const ZLResourceKey KEY_STYLE("style");
36 static const ZLResourceKey KEY_BASE("Base");
38 static const ZLResourceKey KEY_BOLD("bold");
39 static const ZLResourceKey KEY_ITALIC("italic");
40 static const ZLResourceKey KEY_FONTFAMILY("fontFamily");
41 static const ZLResourceKey KEY_FONTSIZE("fontSize");
42 static const ZLResourceKey KEY_FONTSIZEDIFFERENCE("fontSizeDifference");
43 static const ZLResourceKey KEY_ALLOWHYPHENATIONS("allowHyphenations");
44 static const ZLResourceKey KEY_AUTOHYPHENATIONS("autoHyphenations");
45 static const ZLResourceKey KEY_DUMMY("");
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/qtopia/dialogs/
H A DZLQtDialogManager.h39 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
40 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &id, shared_ptr<ZLRunnable> ap…
41 void informationBox(const ZLResourceKey &key, const std::string &message) const;
42 void errorBox(const ZLResourceKey &key, const std::string &message) const;
43 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
44 bool selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const;
45 void wait(const ZLResourceKey &key, ZLRunnable &runnable) const;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/iphone/dialogs/
H A DZLCocoaDialogManager.cpp32 shared_ptr<ZLDialog> ZLCocoaDialogManager::createDialog(const ZLResourceKey &key) const { in createDialog()
37 shared_ptr<ZLOptionsDialog> ZLCocoaDialogManager::createOptionsDialog(const ZLResourceKey &id, shar… in createOptionsDialog()
46 void ZLCocoaDialogManager::errorBox(const ZLResourceKey &key, const std::string &message) const { in errorBox()
50 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z… in questionBox()
60 bool ZLCocoaDialogManager::selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const { in selectionDialog()
65 shared_ptr<ZLProgressDialog> ZLCocoaDialogManager::createProgressDialog(const ZLResourceKey &key) c… in createProgressDialog()
H A DZLCocoaDialogManager.h36 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
37 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &id, shared_ptr<ZLRunnable> ap…
39 void errorBox(const ZLResourceKey &key, const std::string &message) const;
40 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
41 bool selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const;
42 shared_ptr<ZLProgressDialog> createProgressDialog(const ZLResourceKey &key) const;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/maemo/dialogs/
H A DZLGtkDialogManager.h39 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
40 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &key, shared_ptr<ZLRunnable> a…
42 void errorBox(const ZLResourceKey &key, const std::string &message) const;
43 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
44 bool selectionDialog(const ZLResourceKey &key, ZLTreeHandler &handler) const;
46 void wait(const ZLResourceKey &key, ZLRunnable &runnable) const;
49 shared_ptr<ZLProgressDialog> createProgressDialog(const ZLResourceKey &key) const;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/qt/dialogs/
H A DZLQtDialogManager.h36 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
37 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &key, shared_ptr<ZLRunnable> a…
38 …shared_ptr<ZLOpenFileDialog> createOpenFileDialog(const ZLResourceKey &key, const std::string &dir…
40 void errorBox(const ZLResourceKey &key, const std::string &message) const;
41 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
42 shared_ptr<ZLProgressDialog> createProgressDialog(const ZLResourceKey &key) const;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/maemo5/dialogs/
H A DZLGtkDialogManager.h39 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
40 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &key, shared_ptr<ZLRunnable> a…
41 …shared_ptr<ZLOpenFileDialog> createOpenFileDialog(const ZLResourceKey &key, const std::string &dir…
43 void errorBox(const ZLResourceKey &key, const std::string &message) const;
44 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
46 void wait(const ZLResourceKey &key, ZLRunnable &runnable) const;
49 shared_ptr<ZLProgressDialog> createProgressDialog(const ZLResourceKey &key) const;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/qt4/dialogs/
H A DZLQtDialogManager.h38 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
39 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &key, shared_ptr<ZLRunnable> a…
40 …shared_ptr<ZLOpenFileDialog> createOpenFileDialog(const ZLResourceKey &key, const std::string &dir…
42 void errorBox(const ZLResourceKey &key, const std::string &message) const;
43 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
44 shared_ptr<ZLProgressDialog> createProgressDialog(const ZLResourceKey &key) const;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/dialogs/
H A DZLWin32DialogManager.h41 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
42 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &id, shared_ptr<ZLRunnable> ap…
43 …shared_ptr<ZLOpenFileDialog> createOpenFileDialog(const ZLResourceKey &key, const std::string &dir…
45 void errorBox(const ZLResourceKey &key, const std::string &message) const;
46 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
47 shared_ptr<ZLProgressDialog> createProgressDialog(const ZLResourceKey &key) const;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/cocoa/dialogs/
H A DZLCocoaDialogManager.h36 shared_ptr<ZLDialog> createDialog(const ZLResourceKey &key) const;
37 …shared_ptr<ZLOptionsDialog> createOptionsDialog(const ZLResourceKey &id, shared_ptr<ZLRunnable> ap…
38 …shared_ptr<ZLOpenFileDialog> createOpenFileDialog(const ZLResourceKey &key, const std::string &dir…
40 void errorBox(const ZLResourceKey &key, const std::string &message) const;
41 …ionBox(const ZLResourceKey &key, const std::string &message, const ZLResourceKey &button0, const Z…
42 shared_ptr<ZLProgressDialog> createProgressDialog(const ZLResourceKey &key) const;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/optionsDialog/reading/
H A DReadingOptionsDialog.cpp89 ReadingOptionsDialog::ReadingOptionsDialog() : AbstractOptionsDialog(ZLResourceKey("ReadingOptionsD… in ReadingOptionsDialog()
94 ZLDialogContent &scrollingTab = dialog.createTab(ZLResourceKey("Scrolling")); in ReadingOptionsDialog()
95 …scrollingTab.addOption(ZLResourceKey("keyLinesToScroll"), new ZLSimpleSpinOptionEntry(fbreader.Lin… in ReadingOptionsDialog()
96 …scrollingTab.addOption(ZLResourceKey("keyLinesToKeep"), new ZLSimpleSpinOptionEntry(fbreader.Lines… in ReadingOptionsDialog()
97 …scrollingTab.addOption(ZLResourceKey("keyScrollDelay"), new ZLSimpleSpinOptionEntry(fbreader.KeySc… in ReadingOptionsDialog()
103 scrollingTab.addOption(ZLResourceKey("enableTapScrolling"), enableTapScrollingEntry); in ReadingOptionsDialog()
109 scrollingTab.addOption(ZLResourceKey("fingerOnly"), fingerOnlyEntry); in ReadingOptionsDialog()
115 ZLDialogContent &selectionTab = dialog.createTab(ZLResourceKey("Selection")); in ReadingOptionsDialog()
116 selectionTab.addOption(ZLResourceKey("enableSelection"), FBView::selectionOption()); in ReadingOptionsDialog()
120 ZLDialogContent &rotationTab = dialog.createTab(ZLResourceKey("Rotation")); in ReadingOptionsDialog()
[all …]

1234567