Qtopia library API Documentation

StyleExtendedInterface Struct Reference

The Plugin Interface for all Opie styles. More...

Inheritance diagram for StyleExtendedInterface:

Inheritance graph
[legend]
Collaboration diagram for StyleExtendedInterface:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual QString description () const=0
virtual bool hasSettings () const=0
virtual QWidgetcreate (QWidget *parent, const char *name=0)=0
virtual bool accept ()=0
virtual void reject ()=0

Detailed Description

The Plugin Interface for all Opie styles.

If you want to create a new QStyle for Opie use this class.

key(ushort,ushort,ushort,bool,bool)

Definition at line 49 of file styleinterface.h.


Member Function Documentation

virtual QString StyleExtendedInterface::description  )  const [pure virtual]
 

Return a (longer) description for the style.

virtual bool StyleExtendedInterface::hasSettings  )  const [pure virtual]
 

Does this style support customization

virtual QWidget* StyleExtendedInterface::create QWidget parent,
const char *  name = 0
[pure virtual]
 

Return a new settings page.

virtual bool StyleExtendedInterface::accept  )  [pure virtual]
 

Callback for appearance app when OK is clicked (return true when style has to re-applied).

virtual void StyleExtendedInterface::reject  )  [pure virtual]
 

Callback for appeaeance app when Cancel is clicked.


The documentation for this struct was generated from the following file:
KDE Logo
This file is part of the documentation for OPIE Version 1.5.5.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:24:27 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001