kio
fileprops.cpp File Reference
#include <iostream>
#include <qfile.h>
#include <qptrlist.h>
#include <kaboutdata.h>
#include <kapplication.h>
#include <kcmdlineargs.h>
#include <kfilemetainfo.h>
#include <klocale.h>
#include <kpropertiesdialog.h>
#include "fileprops.h"
Include dependency graph for fileprops.cpp:
Go to the source code of this file.
Defines | |
#define | INDENT "\t" |
#define | KFILEVERSION "0.2" |
Functions | |
static QString | beatifyValue (const QString &value) |
static KFileItemList * | fileItemList (const KCmdLineArgs *args) |
int | main (int argc, char **argv) |
static void | printList (const QStringList &list) |
static void | printMimeTypes (const KCmdLineArgs *args) |
static void | printSupportedMimeTypes () |
static void | processMetaDataOptions (const QPtrList< FileProps > propList, KCmdLineArgs *args) |
static void | showPropertiesDialog (const KCmdLineArgs *args) |
Variables | |
static KCmdLineOptions | options [] |
Define Documentation
#define INDENT "\t" |
Definition at line 34 of file fileprops.cpp.
#define KFILEVERSION "0.2" |
Definition at line 33 of file fileprops.cpp.
Function Documentation
Definition at line 38 of file fileprops.cpp.
static KFileItemList* fileItemList | ( | const KCmdLineArgs * | args | ) | [static] |
Definition at line 283 of file fileprops.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 407 of file fileprops.cpp.
static void printList | ( | const QStringList & | list | ) | [static] |
Definition at line 312 of file fileprops.cpp.
static void printMimeTypes | ( | const KCmdLineArgs * | args | ) | [static] |
Definition at line 301 of file fileprops.cpp.
static void printSupportedMimeTypes | ( | ) | [static] |
Definition at line 264 of file fileprops.cpp.
static void processMetaDataOptions | ( | const QPtrList< FileProps > | propList, | |
KCmdLineArgs * | args | |||
) | [static] |
Definition at line 320 of file fileprops.cpp.
static void showPropertiesDialog | ( | const KCmdLineArgs * | args | ) | [static] |
Definition at line 294 of file fileprops.cpp.
Variable Documentation
KCmdLineOptions options[] [static] |
Definition at line 197 of file fileprops.cpp.