Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | Namespace Members | Class Members | Related Pages

ChooseRendererDialog Class Reference

List of all members.

Detailed Description

Applications can use this dialog to let the user pick a renderer library during runtime. The dialog provides a list of available renderers on the system to choose from. If there are no renderers available in the system, a message box with an appropriate error message will be displayed when calling ShowModal and the return code of the dialog will be wxID_CANCEL. If a renderer was selected and the user clicked the OK button, wxID_OK is returned. Use GetChosenRendererInfo to get information about the chosen renderer.


Public Member Functions

 ChooseRendererDialog (wxWindow *parent)
 Constructs a new dialog to choose a renderer.
const RendererInfoGetChosenRendererInfo () const
 Returns information about the chosen renderer.


Constructor & Destructor Documentation

ChooseRendererDialog wxWindow *  parent  ) 
 

Constructor


Member Function Documentation

const RendererInfo & GetChosenRendererInfo  )  const
 

Returns the RendererInfo object of the chosen renderer info. You must only call this method, when the dialog has been closed and wxID_OK was returned. Otherwise you'll get a dummy RendererInfo object.


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