An application, used by EMimeType.
More...
#include <emimeprogram.h>
Detailed Description
An application, used by EMimeType.
Constructor & Destructor Documentation
EMimeProgram::EMimeProgram |
( |
QString |
newFilePath = QString() , |
|
|
EMimeType * |
newParent = 0 |
|
) |
| |
Member Function Documentation
QString EMimeProgram::completePath |
( |
| ) |
const |
Returns the complete path (e.g.: /usr/bin/kate).
QFileInfo EMimeProgram::file |
( |
| ) |
const |
all informations about the program filename
bool EMimeProgram::operator!= |
( |
const EMimeProgram & |
other | ) |
const |
bool EMimeProgram::operator== |
( |
const EMimeProgram & |
other | ) |
const |
QDir EMimeProgram::path |
( |
| ) |
const |
QString EMimeProgram::program |
( |
| ) |
const |
void EMimeProgram::setFilePath |
( |
QString |
newFilePath | ) |
|
set's path and filename at once (e.g. newFilePath
= "/usr/bin/kate" for kate)
void EMimeProgram::setParent |
( |
EMimeType * |
newParent = 0 | ) |
|
void EMimeProgram::setPath |
( |
QDir |
newPath | ) |
|
void EMimeProgram::setPath |
( |
QString |
newPath | ) |
|
void EMimeProgram::setProgram |
( |
QString |
newFile | ) |
|
the filename of the program (e.g. kate from /usr/bin/kate)
void EMimeProgram::setProgram |
( |
QFileInfo |
newFile | ) |
|
set's path and filename at once (e.g. newFile
= "/usr/bin/kate" for kate)
Member Data Documentation
QFileInfo EMimeProgram::myFile |
|
private |
The documentation for this class was generated from the following files: