#include <diseqcsettings.h>

Definition at line 97 of file diseqcsettings.h.
Public Slots | |
| void | edit (void) |
| void | del (void) |
Public Member Functions | |
| DeviceTree (DiSEqCDevTree &tree) | |
| virtual void | load (void) |
| virtual void | save (void) |
| virtual void | save (QString) |
Protected Member Functions | |
| bool | EditNodeDialog (uint nodeid) |
| void | CreateRootNodeDialog (void) |
| void | CreateNewNodeDialog (uint parentid, uint child_num) |
| bool | RunTypeDialog (DiSEqCDevDevice::dvbdev_t &type) |
| void | PopulateTree (void) |
| void | PopulateTree (DiSEqCDevDevice *node, DiSEqCDevDevice *parent=NULL, uint childnum=0, uint depth=0) |
Private Attributes | |
| DiSEqCDevTree & | m_tree |
| DeviceTree::DeviceTree | ( | DiSEqCDevTree & | tree | ) |
Definition at line 865 of file diseqcsettings.cpp.
| void DeviceTree::load | ( | void | ) | [virtual] |
| void DeviceTree::save | ( | void | ) | [virtual] |
| virtual void DeviceTree::save | ( | QString | ) | [inline, virtual] |
Definition at line 882 of file diseqcsettings.cpp.
Referenced by CreateNewNodeDialog(), CreateRootNodeDialog(), and edit().
| void DeviceTree::CreateRootNodeDialog | ( | void | ) | [protected] |
| bool DeviceTree::RunTypeDialog | ( | DiSEqCDevDevice::dvbdev_t & | type | ) | [protected] |
Definition at line 938 of file diseqcsettings.cpp.
Referenced by CreateNewNodeDialog(), and CreateRootNodeDialog().
| void DeviceTree::PopulateTree | ( | void | ) | [protected] |
Definition at line 1050 of file diseqcsettings.cpp.
Referenced by CreateNewNodeDialog(), CreateRootNodeDialog(), del(), EditNodeDialog(), load(), and PopulateTree().
| void DeviceTree::PopulateTree | ( | DiSEqCDevDevice * | node, | |
| DiSEqCDevDevice * | parent = NULL, |
|||
| uint | childnum = 0, |
|||
| uint | depth = 0 | |||
| ) | [protected] |
Definition at line 1058 of file diseqcsettings.cpp.
| void DeviceTree::edit | ( | void | ) | [slot] |
| void DeviceTree::del | ( | void | ) | [slot] |
DiSEqCDevTree& DeviceTree::m_tree [private] |
Definition at line 125 of file diseqcsettings.h.
Referenced by CreateNewNodeDialog(), CreateRootNodeDialog(), del(), EditNodeDialog(), and PopulateTree().
1.5.5