#include <Y2PartedComponent.h>
Inheritance diagram for Y2PartedComponent:
Public Member Functions | |
Y2PartedComponent () | |
string | name () const |
YCPValue | doActualWork (const YCPList &options, Y2Component *displayserver) |
Static Public Member Functions | |
string | component_name () |
Private Member Functions | |
YCPValue | report_progress (Y2Component *displayserver, string message_progress) |
YCPValue | report_directory (Y2Component *displayserver, string message_directory) |
YCPValue | report_exception (Y2Component *displayserver, string message_exception) |
Private Attributes | |
string | module |
string | progress_symbol |
string | directory_symbol |
string | exception_symbol |
Y2Namespace * | report_macro |
string | partition |
string | partition_start |
string | partition_length |
|
Create a new parted component |
|
What I'm called: "parted" |
|
Do the actual work of resizing Reimplemented from Y2Component. |
|
Implements Y2Component. |
|
|
|
|
|
Set the client arguments: - macro to adjust progress bar - macro to display directory information - macro to display exception information "/dev/sda1" - partition to be resized "0.0" - new start of partition in MB on disk "200.3" - length of partition im MB on disk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|