#include </home/zeitlin/src/wx/github/interface/wx/docmdi.h>
Inheritance diagram for wxDocMDIChildFrame:The wxDocMDIChildFrame class provides a default frame for displaying documents on separate windows.
This class can only be used for MDI child frames.
The class is part of the document/view framework supported by wxWidgets, and cooperates with the wxView, wxDocument, wxDocManager and wxDocTemplate classes.
Public Member Functions | |
| wxDocMDIChildFrame (wxDocument *doc, wxView *view, wxMDIParentFrame *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 | ~wxDocMDIChildFrame () |
| Destructor. | |
| wxDocument * | GetDocument () const |
| Returns the document associated with this frame. | |
| wxView * | GetView () const |
| Returns the view associated with this frame. | |
| void | SetDocument (wxDocument *doc) |
| Sets the document for this frame. | |
| void | SetView (wxView *view) |
| Sets the view for this frame. | |
| wxDocMDIChildFrame::wxDocMDIChildFrame | ( | wxDocument * | doc, |
| wxView * | view, | ||
| wxMDIParentFrame * | 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 wxDocMDIChildFrame::~wxDocMDIChildFrame | ( | ) | [virtual] |
Destructor.
| wxDocument* wxDocMDIChildFrame::GetDocument | ( | ) | const |
Returns the document associated with this frame.
| wxView* wxDocMDIChildFrame::GetView | ( | ) | const |
Returns the view associated with this frame.
| void wxDocMDIChildFrame::SetDocument | ( | wxDocument * | doc | ) |
Sets the document for this frame.
| void wxDocMDIChildFrame::SetView | ( | wxView * | view | ) |
Sets the view for this frame.