32 #ifndef pqRecentlyUsedResourcesList_h 33 #define pqRecentlyUsedResourcesList_h 47 typedef QObject Superclass;
53 typedef QList<pqServerResource>
ListT;
61 const QList<pqServerResource>&
list()
const 62 {
return this->ResourceList; }
75 QList<pqServerResource> ResourceList;
pqRecentlyUsedResourcesList encapsulates a persistent collection of recently-used resources (data fil...
const QList< pqServerResource > & list() const
Returns the contents of the collection ordered from most-recently-used to least-recently-used.
pqSettings extends QSettings to add support for following:
QList< pqServerResource > ListT
convenience typedef.
pqServerResource encapsulates a resource in ParaView.