KGAPI2::Drive::About::Format

Search for usage in LXR

KGAPI2::Drive::About::Format Class Reference

#include <about.h>

Public Member Functions

 Format (const Format &other)
 
bool operator!= (const Format &other) const
 
bool operator== (const Format &other) const
 
QString source () const
 
QStringList targets () const
 

Detailed Description

DriveAbout::Format holds the structure used for importFormats[] and exportFormats[] properties.

Definition at line 42 of file about.h.

Constructor & Destructor Documentation

◆ ~Format()

About::Format::~Format ( )
virtual

Definition at line 50 of file about.cpp.

Member Function Documentation

◆ operator!=()

bool KGAPI2::Drive::About::Format::operator!= ( const Format & other) const
inline

Definition at line 48 of file about.h.

◆ operator==()

bool About::Format::operator== ( const Format & other) const

Definition at line 55 of file about.cpp.

◆ source()

QString About::Format::source ( ) const

Returns the content type to convert from.

Definition at line 62 of file about.cpp.

◆ targets()

QStringList About::Format::targets ( ) const

Returns the possible content types to convert to.

Definition at line 67 of file about.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.