hotfuzzplugin::HotFuzzRadioButtonPlugin Class Reference

HotFuzzRadioButtonPlugin(QPyDesignerCustomWidgetPlugin). More...

Inherits PyQt4::QtDesigner::QPyDesignerCustomWidgetPlugin.

List of all members.

Public Member Functions

def __init__
 Constructor of HotFuzzRadioButtonPlugin.
def initialize
 Allows plugin to set up any required resources.
def isInitialized
 Returns whether is plugin ready to set up any required resources.
def createWidget
 Creates widget.
def name
 Returns widget name.
def group
 Returns widget group.
def icon
 Returns widget icon.
def toolTip
 Returns widget toolTip.
def whatsThis
 Returns widgets whatsThis data.
def isContainer
 Returns whether widget is a container.
def domXml
 Returns widgets ui XML representation.
def includeFile
 Returns module containing widget class.

Public Attributes

 initialized
 Indicates whether is plugin ready to set up any required resources.
 factory
 Widget Factory.


Detailed Description

HotFuzzRadioButtonPlugin(QPyDesignerCustomWidgetPlugin).

Provides a python plugin for Qt Designer.


Member Function Documentation

def hotfuzzplugin::HotFuzzRadioButtonPlugin::__init__ (   self,
  parent = None 
)

Constructor of HotFuzzRadioButtonPlugin.

Parameters:
self The object pointer.
parent Parent widget.

def hotfuzzplugin::HotFuzzRadioButtonPlugin::createWidget (   self,
  parent 
)

Creates widget.

Parameters:
self The object pointer.
parent Parent widget.
Returns:
Newly created widget.

def hotfuzzplugin::HotFuzzRadioButtonPlugin::domXml (   self  ) 

Returns widgets ui XML representation.

Parameters:
self The object pointer.
Returns:
Widgets ui XML representation.

def hotfuzzplugin::HotFuzzRadioButtonPlugin::group (   self  ) 

Returns widget group.

Parameters:
self The object pointer.
Returns:
Widget group.

def hotfuzzplugin::HotFuzzRadioButtonPlugin::icon (   self  ) 

Returns widget icon.

Parameters:
self The object pointer.
Returns:
Widget icon.

def hotfuzzplugin::HotFuzzRadioButtonPlugin::includeFile (   self  ) 

Returns module containing widget class.

Parameters:
self The object pointer.
Returns:
module containing widget class.

def hotfuzzplugin::HotFuzzRadioButtonPlugin::initialize (   self,
  formEditor 
)

Allows plugin to set up any required resources.

Parameters:
self The object pointer.
formEditor Form editor.

def hotfuzzplugin::HotFuzzRadioButtonPlugin::isContainer (   self  ) 

Returns whether widget is a container.

Parameters:
self The object pointer.
Returns:
Always False

def hotfuzzplugin::HotFuzzRadioButtonPlugin::isInitialized (   self  ) 

Returns whether is plugin ready to set up any required resources.

Parameters:
self The object pointer.
Returns:
True if it is ready, False otherwise

def hotfuzzplugin::HotFuzzRadioButtonPlugin::name (   self  ) 

Returns widget name.

Parameters:
self The object pointer.
Returns:
Widget name.

def hotfuzzplugin::HotFuzzRadioButtonPlugin::toolTip (   self  ) 

Returns widget toolTip.

Parameters:
self The object pointer.
Returns:
Widget toolTip.

def hotfuzzplugin::HotFuzzRadioButtonPlugin::whatsThis (   self  ) 

Returns widgets whatsThis data.

Parameters:
self The object pointer.
Returns:
Widgets whatsThis data.


Member Data Documentation

Widget Factory.

Indicates whether is plugin ready to set up any required resources.


The documentation for this class was generated from the following file:

Generated on Sun Sep 5 12:41:36 2010 for HotFuzz by  doxygen 1.5.8