MythTV
master
|
#include "netbase.h"
#include <libmythbase/mythdownloadmanager.h>
#include <libmythbase/netgrabbermanager.h>
#include <libmythbase/rssmanager.h>
#include <libmythmetadata/metadataimagedownload.h>
#include <libmythui/mythdialogbox.h>
#include <libmythui/mythgenerictree.h>
#include <libmythui/mythprogressdialog.h>
#include <libmythui/mythscreentype.h>
#include <libmythui/mythuibuttonlist.h>
#include <libmythui/mythuibuttontree.h>
#include <libmythui/mythuiprogressbar.h>
#include <libmythui/mythuistatetype.h>
Go to the source code of this file.
Classes | |
class | NetTree |
Enumerations | |
enum | DialogType : std::uint8_t { DLG_DEFAULT = 0, DLG_GALLERY = 0x1, DLG_TREE = 0x2, DLG_BROWSER = 0x4, dtLast = 0x5 } |
enum | TreeNodeType : std::int8_t { kSubFolder = -1, kUpFolder = -2, kRootNode = -3, kNoFilesFound = -4, kDynamicSubFolder = -5, kSubFolder = -1, kUpFolder = -2, kRootNode = -3, kNoFilesFound = -4 } |
enum | TreeNodeAttributes : std::uint8_t { kNodeSort, kNodeSort } |
enum | NodeOrder : std::uint8_t { kOrderUp, kOrderSub, kOrderItem } |
enum DialogType : std::uint8_t |
enum TreeNodeType : std::int8_t |
enum TreeNodeAttributes : std::uint8_t |