class WIN_Partition
|
Interface to the parted program. More... |
|
|
Public Methods
- WIN_Partition ( string partition_name )
- ~WIN_Partition ()
- int status ()
- bool get_progress_status ( string &message_progress,
string &message_directory,
string &message_exception )
- void resize ( string partition_start,
string partition_length,
ExternalProgram::Stderr_Disposition stderr_disp =
ExternalProgram::Stderr_To_Stdout )
Private Members
WIN_Partition ( string partition_name )
| WIN_Partition |
Create an new instance.
~WIN_Partition ()
| ~WIN_Partition |
Clean up.
Return the exit status of the parted process, closing the connection if
not already done.
bool get_progress_status ( string &message_progress,
string &message_directory,
string &message_exception )
| get_progress_status |
Read progress indication of the parted process.
void resize ( string partition_start,
string partition_length,
ExternalProgram::Stderr_Disposition stderr_disp =
ExternalProgram::Stderr_To_Stdout )
| resize |
Run parted with the specified arguments and route stderr to stdout.
| string partition
| partition |
[private]
| string partition_device
| partition_device |
[private]
| string partition_minor
| partition_minor |
[private]
| string partition_start
| partition_start |
[private]
| string partition_end
| partition_end |
[private]
| ExternalProgram * process
| process |
[private]
[private]
| Generated by: root on D60 on Mon Oct 20 16:16:42 2003, using kdoc 2.0a54. |