FSM Library - C++ version
Public Member Functions | List of all members
OpenFileWindow Class Reference
Inheritance diagram for OpenFileWindow:
Inheritance graph
[legend]
Collaboration diagram for OpenFileWindow:
Collaboration graph
[legend]

Public Member Functions

 OpenFileWindow ()
 
QPushButton * getButton ()
 
std::string getFileName ()
 
std::string getName ()
 

Constructor & Destructor Documentation

OpenFileWindow::OpenFileWindow ( )

Create a window to choose which FSM to load into the main window

Member Function Documentation

QPushButton * OpenFileWindow::getButton ( )

Gettter for the submit button (needed to connect it into the main window)

Returns
The button
std::string OpenFileWindow::getFileName ( )

Gettter for the name of the file chosen by the user

Returns
The file name
std::string OpenFileWindow::getName ( )

Gettter for the name of the fsm chosen by the user

Returns
The name

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