#include <xap_Dialog.h>
Classes | |
class | Page |
Public Member Functions | |
virtual | ~XAP_NotebookDialog () |
virtual void | addPage (const XAP_NotebookDialog::Page *page)=0 |
Interface for a tabbed dialog to be extensible by plugins.
virtual XAP_NotebookDialog::~XAP_NotebookDialog | ( | ) | [inline, virtual] |
virtual void XAP_NotebookDialog::addPage | ( | const XAP_NotebookDialog::Page * | page | ) | [pure virtual] |
Implemented in AP_CocoaDialog_Options, and AP_UnixDialog_Options.
Referenced by XAP_DialogFactory::addPages().