32 #ifndef __KMAIL_HEADERSTYLE_H__
33 #define __KMAIL_HEADERSTYLE_H__
60 enum Type { Brief, Plain, Fancy, Enterprise };
63 static const HeaderStyle * create( const TQString & type );
73 virtual const char * name() const = 0;
80 virtual TQString format( const KMMessage * message,
81 const KMail::HeaderStrategy * strategy,
82 const TQString & vCardName,
83 bool printing= false, bool topLevel = false ) const = 0;
88 #endif // __KMAIL_HEADERSTYLE_H__
|