Go to the documentation of this file.
26 #ifndef QTXMRUACTION_H
27 #define QTXMRUACTION_H
31 #include <QStringList>
36 #pragma warning( disable:4251 )
51 typedef enum { LinkAuto,
62 int insertMode()
const;
63 void setInsertMode(
const int );
66 void setLinkType(
const int );
71 int visibleCount()
const;
72 void setVisibleCount(
const int );
74 bool isClearPossible()
const;
75 void setClearPossible(
const bool );
77 int historyCount()
const;
78 void setHistoryCount(
const int );
80 void remove(
const int );
81 void remove(
const QString& );
82 void insert(
const QString& );
84 QString item(
const int )
const;
85 int find(
const QString& )
const;
86 bool contains(
const QString& )
const;
88 virtual void loadLinks(
QtxResourceMgr*,
const QString&,
const bool =
true );
89 virtual void saveLinks(
QtxResourceMgr*,
const QString&,
const bool =
true )
const;
95 void activated(
const QString& );
100 void onCleared(
bool );