class DeviceView

Provides a view of a disk. More...

Definition#include <kparted/deviceview.h>
InheritsQWidget (qt)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Protected Methods

Private Members


Detailed Description

Provides a view of a disk. This widget displays information about the disk itself and the partitions it contains, it also provides access to the actions a user can perform.

 DeviceView ( QWidget *parent=0, const char *name=0 )

DeviceView ()

void  setDevice ( PedDevice *device )

[slot]

void  setPartition ( PedPartition *part )

[slot]

void  resizeEvent ( QResizeEvent *e )

[protected]

Reimplemented from QWidget.

void  updateFlag ( QCheckBox *check, PedPartition *part, PedPartitionFlag flag )

[protected]

QLabel * titleLabel

[private]

DiskView * disk

[private]

QCheckBox * bootablePart

[private]

QCheckBox * rootPart

[private]

QCheckBox * swapPart

[private]

QCheckBox * hiddenPart

[private]

QCheckBox * raidPart

[private]

QCheckBox * lvmPart

[private]

QCheckBox * lbaPart

[private]

QLabel * cmdLabel

[private]

QIconView * cmds

[private]