|
a/dirbrowser/cdbrowser.h |
|
b/dirbrowser/cdbrowser.h |
|
... |
|
... |
18 |
#ifndef _CDBROWSER_H_INCLUDED_
|
18 |
#ifndef _CDBROWSER_H_INCLUDED_
|
19 |
#define _CDBROWSER_H_INCLUDED_
|
19 |
#define _CDBROWSER_H_INCLUDED_
|
20 |
|
20 |
|
21 |
#include <vector>
|
21 |
#include <vector>
|
22 |
#include <iostream>
|
22 |
#include <iostream>
|
23 |
#include <unordered_set>
|
23 |
#include "libupnpp/config.h"
|
24 |
#include <set>
|
24 |
#include <set>
|
25 |
|
25 |
|
26 |
#include <QWebView>
|
26 |
#include <QWebView>
|
27 |
#include <QVariant>
|
27 |
#include <QVariant>
|
28 |
#include <QTimer>
|
28 |
#include <QTimer>
|
|
... |
|
... |
127 |
QPoint m_savedscrollpos;
|
127 |
QPoint m_savedscrollpos;
|
128 |
|
128 |
|
129 |
// Recursive explore contents, for possible sorting before sending to pl
|
129 |
// Recursive explore contents, for possible sorting before sending to pl
|
130 |
std::vector<UPnPClient::UPnPDirObject> m_recwalkentries;
|
130 |
std::vector<UPnPClient::UPnPDirObject> m_recwalkentries;
|
131 |
// URL hashes for deduplication while walking the tree
|
131 |
// URL hashes for deduplication while walking the tree
|
132 |
std::unordered_set<std::string> m_recwalkdedup;
|
132 |
STD_UNORDERED_SET<std::string> m_recwalkdedup;
|
133 |
|
133 |
|
134 |
// Pointer to parent tabbed object for access to shared state (insertActive)
|
134 |
// Pointer to parent tabbed object for access to shared state (insertActive)
|
135 |
DirBrowser *m_browsers;
|
135 |
DirBrowser *m_browsers;
|
136 |
|
136 |
|
137 |
// Objid and index in entries for the last popup menu click
|
137 |
// Objid and index in entries for the last popup menu click
|