Home
last modified time | relevance | path

Searched refs:BookEntry (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/samples/dynamiccontent/java/dynamiccontent/
H A DBookCatalog.java37 static class BookEntry { class in BookCatalog
47 public BookEntry(String bookId, String categoryCode, String title, String publisher, in BookEntry() method in BookCatalog.BookEntry
97 …bookList.add(new BookEntry("1", "S","Number, the Language of Science", null, "Danzig", 5.95, 3, 0.… in BookCatalog()
99 …bookList.add(new BookEntry("3", "F","Pulp", "Black Sparrow Press", "Bukowski, Charles", 17.95, 5, … in BookCatalog()
100 …bookList.add(new BookEntry("4", "S","Language & the Science of Number", null, "Danzig", 8.95, 5, 0… in BookCatalog()
101 …bookList.add(new BookEntry("5", "S","Evolution of Complexity in Animal Culture", null, "Bonner", 5… in BookCatalog()
106 …bookList.add(new BookEntry("10", "F","When We Were Very Young", null, "Milne, A. A.", 12.50, 1, 7.… in BookCatalog()
107 …bookList.add(new BookEntry("11", "C","Java Servlet Programming", "O'Reilly", "Hunter, Jason", 65.9… in BookCatalog()
110 …bookList.add(new BookEntry("14", "P","The Book of Nothing", "Johnathan Cape", "Barrow, John D.", 3… in BookCatalog()
129 BookEntry bookEntry = (BookEntry)iter.next(); in onRequest()
[all …]
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/test/java/samples/books/
H A DBookCatalog.java41 static class BookEntry { class in BookCatalog
51 public BookEntry(String bookId, String categoryCode, String title, String publisher, in BookEntry() method in BookCatalog.BookEntry
104 …bookList.add(new BookEntry("1", "S","Number, the Language of Science", null, "Danzig", 5.95, 3, 0.… in BookCatalog()
106 …bookList.add(new BookEntry("3", "F","Pulp", "Black Sparrow Press", "Bukowski, Charles", 17.95, 5, … in BookCatalog()
107 …bookList.add(new BookEntry("4", "S","Language & the Science of Number", null, "Danzig", 8.95, 5, 0… in BookCatalog()
108 …bookList.add(new BookEntry("5", "S","Evolution of Complexity in Animal Culture", null, "Bonner", 5… in BookCatalog()
113 …bookList.add(new BookEntry("10", "F","When We Were Very Young", null, "Milne, A. A.", 12.50, 1, 7.… in BookCatalog()
114 …bookList.add(new BookEntry("11", "C","Java Servlet Programming", "O'Reilly", "Hunter, Jason", 65.9… in BookCatalog()
117 …bookList.add(new BookEntry("14", "P","The Book of Nothing", "Johnathan Cape", "Barrow, John D.", 3… in BookCatalog()
139 BookEntry bookEntry = (BookEntry)iter.next(); in onRequest()
[all …]
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/linux/
H A Dbookentry.cc27 GSList* BookEntry::group = NULL;
29 BookEntry::BookEntry(const EntryType type, const string &text, const string &glade, const string &i… in BookEntry() function in BookEntry
84 GtkWidget* BookEntry::getContainer() in getContainer()
89 void BookEntry::setLabel_gui(string text) in setLabel_gui()
174 void BookEntry::setBold_gui() in setBold_gui()
183 void BookEntry::setUrgent_gui() in setUrgent_gui()
201 void BookEntry::setActive_gui() in setActive_gui()
211 bool BookEntry::isActive_gui() in isActive_gui()
218 bool BookEntry::isSelected_gui() in isSelected_gui()
225 void BookEntry::updateLabel_gui() in updateLabel_gui()
[all …]
H A Dbookentry.hh27 class BookEntry : public Entry class
30BookEntry(const EntryType type, const std::string &text, const std::string &glade, const std::stri…
31 virtual ~BookEntry() {} in ~BookEntry()
48 BookEntry() {} in BookEntry() function in BookEntry
67 class BookEntry;
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/qtquick/
H A DCategoryEntriesModel.h32 struct BookEntry { struct
33 explicit BookEntry() in BookEntry() function
152 Q_INVOKABLE void append(BookEntry* entry, Roles compareRole = TitleRole);
172 …void addCategoryEntry(const QString& categoryName, BookEntry* entry, Roles compareRole = TitleRole…
183 Q_INVOKABLE BookEntry* getBookEntry(int index);
217 Q_SIGNAL void entryDataUpdated(BookEntry* entry);
222 Q_SLOT void entryDataChanged(BookEntry* entry);
227 Q_SIGNAL void entryRemoved(BookEntry* entry);
232 Q_SLOT void entryRemove(BookEntry* entry);
235 QObject* leafModelForEntry(BookEntry* entry);
H A DBookDatabase.h27 struct BookEntry;
46 QList<BookEntry*> loadEntries();
51 void addEntry(BookEntry* entry);
56 void removeEntry(BookEntry* entry);
H A DCategoryEntriesModel.cpp41 QList<BookEntry*> entries;
44 QObject* wrapBookEntry(const BookEntry* entry) { in wrapBookEntry()
67 QList<BookEntry*> unwrappedBooks;
68 BookEntry* unwrapBookEntry(const QObject* obj) { in unwrapBookEntry()
69 BookEntry* entry = new BookEntry; in unwrapBookEntry()
408 BookEntry* entry = new BookEntry(); in get()
423 BookEntry * CategoryEntriesModel::getBookEntry ( int index ) in getBookEntry()
425 BookEntry* entry{nullptr}; in getBookEntry()
438 Q_FOREACH(BookEntry* entry, d->entries) in indexOfFile()
525 void CategoryEntriesModel::entryDataChanged(BookEntry* entry) in entryDataChanged()
[all …]
H A DBookDatabase.cpp107 QList<BookEntry*> BookDatabase::loadEntries() in loadEntries()
110 return QList<BookEntry*>(); in loadEntries()
113 QList<BookEntry*> entries; in loadEntries()
118 BookEntry* entry = new BookEntry(); in loadEntries()
157 void BookDatabase::addEntry(BookEntry* entry) in addEntry()
197 void BookDatabase::removeEntry(BookEntry* entry) in removeEntry()
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dbookentry.cc28 BookEntry::BookEntry(const EntryType type, const string &text, const string &ui, const string &id): in BookEntry() function in BookEntry
88 GtkWidget* BookEntry::getContainer() in getContainer()
93 void BookEntry::setIcon_gui(const EntryType type) in setIcon_gui()
120 void BookEntry::setIcon_gui(const std::string &stock) in setIcon_gui()
127 void BookEntry::setLabel_gui(string text) in setLabel_gui()
160 void BookEntry::setBold_gui() in setBold_gui()
169 void BookEntry::setUrgent_gui() in setUrgent_gui()
187 void BookEntry::setActive_gui() in setActive_gui()
197 bool BookEntry::isActive_gui() in isActive_gui()
204 void BookEntry::updateLabel_gui() in updateLabel_gui()
[all …]
H A Dbookentry.hh26 class BookEntry : public Entry class
29BookEntry(const EntryType type = EntryType::NONE, const std::string &text = "", const std::string …
30 virtual ~BookEntry() { } in ~BookEntry()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dbookentry.cc28 BookEntry::BookEntry(const EntryType type, const string &text, const string &ui, const string &id): in BookEntry() function in BookEntry
88 GtkWidget* BookEntry::getContainer() in getContainer()
93 void BookEntry::setIcon_gui(const EntryType type) in setIcon_gui()
120 void BookEntry::setIcon_gui(const std::string &stock) in setIcon_gui()
127 void BookEntry::setLabel_gui(string text) in setLabel_gui()
160 void BookEntry::setBold_gui() in setBold_gui()
169 void BookEntry::setUrgent_gui() in setUrgent_gui()
187 void BookEntry::setActive_gui() in setActive_gui()
197 bool BookEntry::isActive_gui() in isActive_gui()
204 void BookEntry::updateLabel_gui() in updateLabel_gui()
[all …]
H A Dbookentry.hh26 class BookEntry : public Entry class
29BookEntry(const EntryType type = EntryType::NONE, const std::string &text = "", const std::string …
30 virtual ~BookEntry() { } in ~BookEntry()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dbookentry.cc28 BookEntry::BookEntry(const EntryType type, const string &text, const string &ui, const string &id): in BookEntry() function in BookEntry
88 GtkWidget* BookEntry::getContainer() in getContainer()
93 void BookEntry::setIcon_gui(const EntryType type) in setIcon_gui()
120 void BookEntry::setIcon_gui(const std::string &stock) in setIcon_gui()
127 void BookEntry::setLabel_gui(string text) in setLabel_gui()
160 void BookEntry::setBold_gui() in setBold_gui()
169 void BookEntry::setUrgent_gui() in setUrgent_gui()
187 void BookEntry::setActive_gui() in setActive_gui()
197 bool BookEntry::isActive_gui() in isActive_gui()
204 void BookEntry::updateLabel_gui() in updateLabel_gui()
[all …]
H A Dbookentry.hh26 class BookEntry : public Entry class
29BookEntry(const EntryType type = EntryType::NONE, const std::string &text = "", const std::string …
30 virtual ~BookEntry() { } in ~BookEntry()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dbookentry.cc28 BookEntry::BookEntry(const EntryType type, const string &text, const string &ui, const string &id): in BookEntry() function in BookEntry
88 GtkWidget* BookEntry::getContainer() in getContainer()
93 void BookEntry::setIcon_gui(const EntryType type) in setIcon_gui()
120 void BookEntry::setIcon_gui(const std::string &stock) in setIcon_gui()
127 void BookEntry::setLabel_gui(string text) in setLabel_gui()
160 void BookEntry::setBold_gui() in setBold_gui()
169 void BookEntry::setUrgent_gui() in setUrgent_gui()
187 void BookEntry::setActive_gui() in setActive_gui()
197 bool BookEntry::isActive_gui() in isActive_gui()
204 void BookEntry::updateLabel_gui() in updateLabel_gui()
[all …]
H A Dbookentry.hh26 class BookEntry : public Entry class
29BookEntry(const EntryType type = EntryType::NONE, const std::string &text = "", const std::string …
30 virtual ~BookEntry() { } in ~BookEntry()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dbookentry.cc28 BookEntry::BookEntry(const EntryType type, const string &text, const string &ui, const string &id): in BookEntry() function in BookEntry
88 GtkWidget* BookEntry::getContainer() in getContainer()
93 void BookEntry::setIcon_gui(const EntryType type) in setIcon_gui()
120 void BookEntry::setIcon_gui(const std::string &stock) in setIcon_gui()
127 void BookEntry::setLabel_gui(string text) in setLabel_gui()
160 void BookEntry::setBold_gui() in setBold_gui()
169 void BookEntry::setUrgent_gui() in setUrgent_gui()
187 void BookEntry::setActive_gui() in setActive_gui()
197 bool BookEntry::isActive_gui() in isActive_gui()
204 void BookEntry::updateLabel_gui() in updateLabel_gui()
[all …]
H A Dbookentry.hh26 class BookEntry : public Entry class
29BookEntry(const EntryType type = EntryType::NONE, const std::string &text = "", const std::string …
30 virtual ~BookEntry() { } in ~BookEntry()
/dports/games/tsito/tsito-0.8.4/src/
H A DOpeningBook.h23 typedef std::vector< u_int16 > BookEntry; typedef
24 typedef std::map< std::string, BookEntry > Book;
31 u_int16 selectMove(BookEntry entry);
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dcairoimporter.h123 struct BookEntry struct
128 BookEntry(): factory(NULL), supports_file_system_wrapper(false) { } in BookEntry() argument
129 BookEntry(Factory factory, bool supports_file_system_wrapper): in BookEntry() argument
134 typedef std::map<std::string,BookEntry> Book;
H A Dimporter.h122 struct BookEntry struct
127 BookEntry(): factory(NULL), supports_file_system_wrapper(false) { } in BookEntry() argument
128 BookEntry(Factory factory, bool supports_file_system_wrapper): in BookEntry() function
133 typedef std::map<std::string,BookEntry> Book;
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dcairoimporter.h123 struct BookEntry struct
128 BookEntry(): factory(NULL), supports_file_system_wrapper(false) { } in BookEntry() argument
129 BookEntry(Factory factory, bool supports_file_system_wrapper): in BookEntry() argument
134 typedef std::map<std::string,BookEntry> Book;
H A Dimporter.h122 struct BookEntry struct
127 BookEntry(): factory(NULL), supports_file_system_wrapper(false) { } in BookEntry() argument
128 BookEntry(Factory factory, bool supports_file_system_wrapper): in BookEntry() argument
133 typedef std::map<std::string,BookEntry> Book;
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dcairoimporter.h123 struct BookEntry struct
128 BookEntry(): factory(NULL), supports_file_system_wrapper(false) { } in BookEntry() argument
129 BookEntry(Factory factory, bool supports_file_system_wrapper): in BookEntry() argument
134 typedef std::map<std::string,BookEntry> Book;
H A Dimporter.h122 struct BookEntry struct
127 BookEntry(): factory(NULL), supports_file_system_wrapper(false) { } in BookEntry() function
128 BookEntry(Factory factory, bool supports_file_system_wrapper): in BookEntry() argument
133 typedef std::map<std::string,BookEntry> Book;

123456789