|
|
@ -35,10 +35,10 @@ Q_OBJECT
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
//! Standard TQObject-like constructor
|
|
|
|
//! Standard TQObject-like constructor
|
|
|
|
/** The constructor, nothing fancy
|
|
|
|
/** The constructor, nothing fancy
|
|
|
|
* \param tqparent The tqparent of the TQObject
|
|
|
|
* \param parent The parent of the TQObject
|
|
|
|
* \param name The name of the TQObject
|
|
|
|
* \param name The name of the TQObject
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
AutotraceFormats(TQObject *tqparent = 0, const char *name = 0);
|
|
|
|
AutotraceFormats(TQObject *parent = 0, const char *name = 0);
|
|
|
|
//!Returns the list of supported input formats
|
|
|
|
//!Returns the list of supported input formats
|
|
|
|
/** This class returns the list of formats returned by <code>autotrace -list-input-formats</code>
|
|
|
|
/** This class returns the list of formats returned by <code>autotrace -list-input-formats</code>
|
|
|
|
* \return The supported formats
|
|
|
|
* \return The supported formats
|
|
|
|