Version: 2.9.4
Public Member Functions
wxDocMDIParentFrame Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/docmdi.h>

Inheritance diagram for wxDocMDIParentFrame:

Detailed Description

The wxDocMDIParentFrame class provides a default top-level frame for applications using the document/view framework.

This class can only be used for MDI parent frames.

It cooperates with the wxView, wxDocument, wxDocManager and wxDocTemplate classes.

Library:  wxCore
Category:  Document/View Framework
参照:
Document/View Framework, Document/View Sample, wxMDIParentFrame

Public Member Functions

virtual ~wxDocMDIParentFrame ()
 Destructor.
bool Create (wxDocManager *manager, wxFrame *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE, const wxString &name=wxFrameNameStr)
 Creates the window.
 wxDocMDIParentFrame ()
 Constructor.
 wxDocMDIParentFrame (wxDocManager *manager, wxFrame *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE, const wxString &name=wxFrameNameStr)
 Constructor.

List of all members.


Constructor & Destructor Documentation

wxDocMDIParentFrame::wxDocMDIParentFrame ( )

Constructor.

wxDocMDIParentFrame::wxDocMDIParentFrame ( wxDocManager manager,
wxFrame parent,
wxWindowID  id,
const wxString title,
const wxPoint pos = wxDefaultPosition,
const wxSize size = wxDefaultSize,
long  style = wxDEFAULT_FRAME_STYLE,
const wxString name = wxFrameNameStr 
)

Constructor.

virtual wxDocMDIParentFrame::~wxDocMDIParentFrame ( ) [virtual]

Destructor.


Member Function Documentation

bool wxDocMDIParentFrame::Create ( wxDocManager manager,
wxFrame parent,
wxWindowID  id,
const wxString title,
const wxPoint pos = wxDefaultPosition,
const wxSize size = wxDefaultSize,
long  style = wxDEFAULT_FRAME_STYLE,
const wxString name = wxFrameNameStr 
)

Creates the window.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines