Stimfit  0.13.15
Public Member Functions

Dialog for setting printout options. More...

#include <smalldlgs.h>

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

List of all members.

Public Member Functions

 wxStfPreprintDlg (wxWindow *parent, bool isFile=false, int id=wxID_ANY, wxString title=wxT("Settings"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION)
 Constructor.
bool GetGimmicks () const
 Indicates whether gimmicks (cursors, results table etc.) sould be printed.
int GetDownSampling () const
 Prints every n-th point.
virtual void EndModal (int retCode)
 Called upon ending a modal dialog.

Detailed Description

Dialog for setting printout options.

Definition at line 468 of file smalldlgs.h.


Constructor & Destructor Documentation

wxStfPreprintDlg::wxStfPreprintDlg ( wxWindow parent,
bool  isFile = false,
int  id = wxID_ANY,
wxString  title = wxT("Settings"),
wxPoint  pos = wxDefaultPosition,
wxSize  size = wxDefaultSize,
int  style = wxCAPTION 
)

Constructor.

Parameters:
parentPointer to parent window.
isFileSet this to true if something should be printed to a file.
idWindow id.
titleDialog title.
posInitial position.
sizeInitial size.
styleDialog style.

Member Function Documentation

virtual void wxStfPreprintDlg::EndModal ( int  retCode) [virtual]

Called upon ending a modal dialog.

Parameters:
retCodeThe dialog button id that ended the dialog (e.g. wxID_OK)
int wxStfPreprintDlg::GetDownSampling ( ) const [inline]

Prints every n-th point.

Returns:
If the return value n > 1, every n-th point will be printed.

Definition at line 512 of file smalldlgs.h.

bool wxStfPreprintDlg::GetGimmicks ( ) const [inline]

Indicates whether gimmicks (cursors, results table etc.) sould be printed.

Returns:
true if gimmicks should be printed.

Definition at line 507 of file smalldlgs.h.


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