#include <projectdlgs.h>
Collaboration diagram for LinkerOptionsDlg:

Public Member Functions | |
| LinkerOptionsDlg (LinkerOptions *linkingOptions, QWidget *parent=0) | |
| virtual | ~LinkerOptionsDlg () |
| void | reject () |
| void | accept () |
Protected Attributes | |
| LinkerOptions * | m_pLinkerOptions |
| LinkerOptionsWidget * | m_pWidget |
| KURLRequester * | m_pExternalLibraryRequester |
Definition at line 111 of file projectdlgs.h.
| void LinkerOptionsDlg::reject | ( | ) |
Called when the 'Cancel' button is pressed.
Definition at line 212 of file projectdlgs.cpp.
| void LinkerOptionsDlg::accept | ( | ) |
Called when the 'OK' button is pressed. User entered values are read in.
Definition at line 190 of file projectdlgs.cpp.
References m_pLinkerOptions, m_pWidget, LinkerOptions::setHexFormat(), LinkerOptions::setLibraryDir(), LinkerOptions::setLinkedExternal(), LinkerOptions::setLinkedInternal(), LinkerOptions::setLinkerOther(), LinkerOptions::setLinkerScript(), and LinkerOptions::setOutputMapFile().
1.5.1