#include <maintoolbar.hh>
Public Member Functions | |
CMainToolbar () | |
~CMainToolbar () | |
void | setParent (RLC::CMainWindow *parent) |
A method used for setting a parent CMainWindow class pointer. | |
Protected Member Functions | |
void | on_toolbar_button_new () |
void | on_toolbar_button_open () |
void | on_toolbar_button_solve () |
Protected Attributes | |
RLC::CMainWindow * | m_parent |
A pointer to a CMainWindow object that this object is inside. |
|
|
|
|
|
|
|
|
|
|
|
A method used for setting a parent CMainWindow class pointer. This is so that for this class we could get "upper" and use public methods of others widgets in a window.
|
|
A pointer to a CMainWindow object that this object is inside.
|