Stimfit  0.13.15
Public Member Functions

Dialog showing file information. More...

#include <smalldlgs.h>

Inheritance diagram for wxStfFileInfoDlg:
Inheritance graph
[legend]
Collaboration diagram for wxStfFileInfoDlg:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 wxStfFileInfoDlg (wxWindow *parent, const std::string &szGeneral, const std::string &szFile, const std::string &szSection, int id=wxID_ANY, wxString title=wxT("File information"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION)
 Constructor.

Detailed Description

Dialog showing file information.

Definition at line 34 of file smalldlgs.h.


Constructor & Destructor Documentation

wxStfFileInfoDlg::wxStfFileInfoDlg ( wxWindow parent,
const std::string &  szGeneral,
const std::string &  szFile,
const std::string &  szSection,
int  id = wxID_ANY,
wxString  title = wxT("File information"),
wxPoint  pos = wxDefaultPosition,
wxSize  size = wxDefaultSize,
int  style = wxCAPTION 
)

Constructor.

Parameters:
parentPointer to parent window.
szGeneralGeneral information.
szFileFile variables information.
szSectionSection variable information.
idWindow id.
titleDialog title.
posInitial position.
sizeInitial size.
styleDialog style.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines