sptk2 logo
SPTK Home Page

sptk::CDirOpenDialog Class Reference
[GUI Classes]

Select Directory Window. More...

#include <CDirOpenDialog.h>

Inheritance diagram for sptk::CDirOpenDialog:

sptk::CFileDialog sptk::CDialog sptk::CWindow sptk::CLayoutManager sptk::CWindowShape sptk::CLayoutClient

List of all members.

Public Member Functions

 CDirOpenDialog (std::string caption="Open Directory")
 Default constructor.
virtual ~CDirOpenDialog ()
 Destructor.

Protected Member Functions

virtual bool okPressed ()
 'Ok' reaction


Detailed Description

Select Directory Window.

Implements the dialog to select a directory.

See also:
CDialog, CFileDialog, CFileOpenDialog, CFileSaveDialog

Constructor & Destructor Documentation

sptk::CDirOpenDialog::CDirOpenDialog ( std::string  caption = "Open Directory"  ) 

Default constructor.

Parameters:
caption window caption


Member Function Documentation

virtual bool sptk::CDirOpenDialog::okPressed (  )  [protected, virtual]

'Ok' reaction

Method okPressed() overloads the default CDialog reaction on pressing 'Open' (former 'Ok') button.

Returns:
success (true) if the file could be created or opened for writing

Reimplemented from sptk::CDialog.


The documentation for this class was generated from the following file:

Mon Mar 5 11:56:12 2012: SPTK 3.5.7