@ -102,7 +102,7 @@ namespace barcodeRecognition {
*/
class barcodeRecognitionThread : public TQObject, public TQThread {
Q_OBJECT
TQ_OBJECT
public:
barcodeRecognitionThread();
~barcodeRecognitionThread();
@ -34,7 +34,7 @@ namespace Tellico {
class BorrowerDialog : public KDialogBase {
static Data::BorrowerPtr getBorrower(TQWidget* parent);
@ -49,7 +49,7 @@ namespace Tellico {
class Collection : public TQObject, public KShared {
enum Type {
@ -51,7 +51,7 @@ private:
class CollectionFieldsDialog : public KDialogBase {
/**
@ -29,7 +29,7 @@ namespace Tellico {
class BibtexCollection : public Collection {
@ -24,7 +24,7 @@ namespace Tellico {
class BoardGameCollection : public Collection {
@ -53,7 +53,7 @@ namespace Tellico {
class BookCollection : public Collection {
class CardCollection : public Collection {
class CoinCollection : public Collection {
class ComicBookCollection : public Collection {
class FileCatalog : public Collection {
FileCatalog(bool addFields, const TQString& title = TQString());
class GameCollection : public Collection {
class MusicCollection : public Collection {
@ -46,7 +46,7 @@ namespace Tellico {
class StampCollection : public Collection {
@ -33,7 +33,7 @@ namespace Tellico {
class VideoCollection : public Collection {
class WineCollection : public Collection {
@ -47,7 +47,7 @@ namespace Tellico {
class ConfigDialog : public KDialogBase {
@ -37,7 +37,7 @@ class Observer;
class Controller : public TQObject {
static Controller* self() { return s_self; }
@ -21,7 +21,7 @@ namespace Tellico {
class DropHandler : public TQObject {
DropHandler(TQObject* parent);
@ -27,7 +27,7 @@ namespace Tellico {
class NetAccess : public TQObject {
static bool download(const KURL& u, TQString& target, TQWidget* window);
@ -35,7 +35,7 @@ namespace Tellico {
class DetailedListView : public GUI::ListView, public Observer {
@ -39,7 +39,7 @@ namespace Tellico {
class Document : public TQObject {
static Document* self() { if(!s_self) s_self = new Document(); return s_self; }
@ -40,7 +40,7 @@ namespace Tellico {
class EntryGroup : public TQObject, public EntryVec {
EntryGroup(const TQString& group, const TQString& field);
class EntryEditDialog : public KDialogBase, public Observer {
// needed for completion object support
friend class GUI::FieldWidget;
class EntryIconView : public KIconView, public Observer {
friend class EntryIconViewItem;
@ -25,7 +25,7 @@ namespace Tellico {
class EntryMerger : public TQObject {
EntryMerger(Data::EntryVec entries, TQObject* parent);
class EntryUpdater : public TQObject {
EntryUpdater(Data::CollPtr coll, Data::EntryVec entries, TQObject* parent);
EntryUpdater(const TQString& fetcher, Data::CollPtr coll, Data::EntryVec entries, TQObject* parent);
class EntryView : public KHTMLPart {
class ExportDialog : public KDialogBase {
ExportDialog(Export::Format format, Data::CollPtr coll, TQWidget* parent, const char* name);
@ -48,7 +48,7 @@ namespace Tellico {
class AmazonFetcher : public Fetcher {
enum Site {
@ -138,7 +138,7 @@ private:
class AmazonFetcher::ConfigWidget : public Fetch::ConfigWidget {
ConfigWidget(TQWidget* parent_, const AmazonFetcher* fetcher = 0);
class AnimeNfoFetcher : public Fetcher {
AnimeNfoFetcher(TQObject* parent, const char* name = 0);
class ArxivFetcher : public Fetcher {
ArxivFetcher(TQObject* parent);
@ -31,7 +31,7 @@ namespace Tellico {
class BibsonomyFetcher : public Fetcher {
BibsonomyFetcher(TQObject* parent);
class CitebaseFetcher : public Fetcher {
CitebaseFetcher(TQObject* parent);
class ConfigWidget : public TQWidget {
ConfigWidget(TQWidget* parent);
@ -36,7 +36,7 @@ namespace Tellico {
class CrossRefFetcher : public Fetcher {
CrossRefFetcher(TQObject* parent);
@ -41,7 +41,7 @@ namespace Tellico {
class DiscogsFetcher : public Fetcher {
@ -37,7 +37,7 @@ namespace Tellico {
class EntrezFetcher : public Fetcher {
EntrezFetcher(TQObject* parent, const char* name=0);
class ExecExternalFetcher : public Fetcher {
ExecExternalFetcher(TQObject* parent, const char* name=0);
class Fetcher : public TQObject, public KShared {
typedef KSharedPtr<Fetcher> Ptr;
@ -45,7 +45,7 @@ typedef Vector<Fetcher> FetcherVec;
class Manager : public TQObject {
static Manager* self() { if(!s_self) s_self = new Manager(); return s_self; }
class GCstarPluginFetcher : public Fetcher {
@ -93,7 +93,7 @@ private:
class GCstarPluginFetcher::ConfigWidget : public Fetch::ConfigWidget {
ConfigWidget(TQWidget* parent, const GCstarPluginFetcher* fetcher = 0);
class GoogleScholarFetcher : public Fetcher {
class IBSFetcher : public Fetcher {
IBSFetcher(TQObject* parent, const char* name = 0);
@ -38,7 +38,7 @@ namespace Tellico {
class IMDBFetcher : public Fetcher {
IMDBFetcher(TQObject* parent, const char* name=0);
class ISBNdbFetcher : public Fetcher {
ISBNdbFetcher(TQObject* parent = 0, const char* name = 0);
@ -48,7 +48,7 @@ class SRUConfigWidget;
class SRUFetcher : public Fetcher {
friend class SRUConfigWidget;
@ -109,7 +109,7 @@ private:
class SRUConfigWidget : public ConfigWidget {
friend class SRUFetcher;
class YahooFetcher : public Fetcher {
@ -50,7 +50,7 @@ namespace Tellico {
class Z3950Fetcher : public Fetcher {
Z3950Fetcher(TQObject* parent, const char* name = 0);
@ -122,7 +122,7 @@ private:
class Z3950Fetcher::ConfigWidget : public Fetch::ConfigWidget {
ConfigWidget(TQWidget* parent, const Z3950Fetcher* fetcher = 0);
class FetchDialog : public KDialogBase {
class FetcherConfigDialog : public KDialogBase {
FetcherConfigDialog(TQWidget* parent);
@ -23,7 +23,7 @@ namespace Tellico {
class FieldCompletion : public KCompletion {
FieldCompletion(bool multiple);
class FilterRuleWidget : public TQHBox {
@ -99,7 +99,7 @@ private:
class FilterRuleWidgetLister : public KWidgetLister {
FilterRuleWidgetLister(TQWidget* parent, const char* name=0);
@ -124,7 +124,7 @@ protected:
class FilterDialog : public KDialogBase {
enum Mode {
class FilterView : public GUI::ListView, public Observer {
FilterView(TQWidget* parent, const char* name=0);
class GroupView : public GUI::ListView, public Observer {
@ -28,7 +28,7 @@ namespace Tellico {
class BoolFieldWidget : public FieldWidget {
BoolFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
class ChoiceFieldWidget : public FieldWidget {
ChoiceFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
class DateFieldWidget : public FieldWidget {
DateFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
class SpinBox : public TQSpinBox {
SpinBox(int min, int max, TQWidget *parent);
@ -40,7 +40,7 @@ public:
class DateWidget : public TQWidget {
DateWidget(TQWidget* parent, const char* name = 0);
class FieldWidget : public TQWidget {
FieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
class ImageFieldWidget : public FieldWidget {
ImageFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
class ImageWidget : public TQWidget {
ImageWidget(TQWidget* parent, const char* name = 0);
@ -62,7 +62,7 @@ class TQHBox;
class KWidgetLister : public TQWidget
{
KWidgetLister( int minWidgets=1, int maxWidgets=8, TQWidget* parent=0, const char* name=0 );
virtual ~KWidgetLister();
class LineEdit : public KLineEdit {
LineEdit(TQWidget* parent = 0, const char* name = 0);
@ -26,7 +26,7 @@ namespace Tellico {
class LineFieldWidget : public FieldWidget {
LineFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
@ -42,7 +42,7 @@ typedef TQPtrListIterator<ListViewItem> ListViewItemListIt;
class ListView : public KListView {
friend class ListViewItem; // needed so the ListViewItem d'tor can update selection list
class NumberFieldWidget : public FieldWidget {
NumberFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
class OverlayWidget : public TQFrame {
OverlayWidget(TQWidget* parent, TQWidget* anchor);
class ParaFieldWidget : public FieldWidget {
ParaFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
class PreviewDialog : public KDialogBase {
PreviewDialog(TQWidget* parent);
class Progress : public KProgress {
Progress(TQWidget* parent);
class RatingFieldWidget : public FieldWidget {
RatingFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
@ -32,7 +32,7 @@ namespace Tellico {
class RatingWidget : public TQHBox {
typedef TQPtrList<TQLabel> LabelList;
class RichTextLabel : public TQTextEdit {
RichTextLabel(TQWidget* parent);
class StringMapDialog : public KDialogBase {
StringMapDialog(const TQMap<TQString, TQString>& stringMap, TQWidget* parent, const char* name=0, bool modal=false);
class TabControl : public TQTabWidget {
class TableFieldWidget : public FieldWidget {
TableFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
class URLFieldWidget : public FieldWidget {
URLFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
class ImportDialog : public KDialogBase {
ImportDialog(Import::Format format, const KURL::List& urls, TQWidget* parent, const char* name);
class LoanDialog : public KDialogBase {
@ -30,7 +30,7 @@ namespace Tellico {
class LoanView : public GUI::ListView, public Observer {
LoanView(TQWidget* parent, const char* name=0);
@ -72,7 +72,7 @@ namespace Tellico {
class MainWindow : public KMainWindow, public ApplicationInterface {
friend class Controller;
friend class DropHandler;
@ -43,7 +43,7 @@ namespace Tellico {
class Dialog : public KDialogBase {
Dialog(DataType type, TQWidget* parent);
@ -56,7 +56,7 @@ struct DataSourceInfo {
Manager(TQObject* parent);
@ -33,7 +33,7 @@ class Manager;
class NewScript : public SUPERCLASS {
NewScript(Manager* manager, TQWidget* parentWidget = 0);
class ProviderLoader : public TQObject {
* Constructor.
@ -30,7 +30,7 @@ class ProgressManager;
class ProgressItem : public TQObject {
friend class ProgressManager;
@ -80,7 +80,7 @@ private:
class ProgressManager : public TQObject {
virtual ~ProgressManager() {}
class ReportDialog : public KDialogBase {
class StatusBar : public KStatusBar {
void clearStatus();
class AlexandriaExporter : public Exporter {
AlexandriaExporter() : Exporter() {}
class AlexandriaImporter : public Importer {
class AMCImporter : public DataImporter {
AMCImporter(const KURL& url);
virtual ~AMCImporter();
class AudioFileImporter : public Importer {
class BibtexExporter : public Exporter {
BibtexExporter();
@ -42,7 +42,7 @@ namespace Tellico {
class BibtexImporter : public Importer {
class BibtexmlExporter : public Exporter {
BibtexmlExporter() : Exporter() {}
class BibtexmlImporter : public XMLImporter {
class CSVExporter : public Exporter {
CSVExporter();
class CSVImporter : public TextImporter {
class Parser;
class DataImporter : public Importer {
enum Source { URL, Text };
class DeliciousImporter : public XSLTImporter {
@ -45,7 +45,7 @@ namespace Tellico {
class Exporter : public TQObject {
Exporter();
class FileListingImporter : public Importer {
FileListingImporter(const KURL& url);
class FreeDBImporter : public Importer {
class GCfilmsExporter : public Exporter {
GCfilmsExporter();
class GCfilmsImporter : public TextImporter {
class GriffithImporter : public Importer {
class GRS1Importer : public TextImporter {
GRS1Importer(const TQString& text);
class HTMLExporter : public Exporter {
HTMLExporter();
class Importer : public TQObject {
Importer() : TQObject(), m_options(ImportProgress) {}
class ONIXExporter : public Exporter {
ONIXExporter();
class PDFImporter : public Importer {
PDFImporter(const KURL::List& urls);
class PilotDBExporter : public Exporter {
PilotDBExporter();
class ReferencerImporter : public XSLTImporter {
class RISImporter : public Importer {
class TellicoImporter : public DataImporter {
enum Format { Unknown, Error, XML, Zip, Cancel };
class TellicoXMLExporter : public Exporter {
TellicoXMLExporter();
class TellicoZipExporter : public Exporter {
TellicoZipExporter() : Exporter(), m_includeImages(true), m_cancelled(false) {}
class TextImporter : public Importer {
class XMLImporter : public Importer {
class XSLTImporter : public TextImporter {
class UPCValidator : public TQValidator {
UPCValidator(TQObject* parent, const char* name=0);
class ViewStack : public TQWidgetStack {
ViewStack(TQWidget* parent, const char* name = 0);