some more docu

This commit is contained in:
nemu 2010-05-20 14:36:19 +00:00
parent cd3127050c
commit 26267a8f92
3 changed files with 1285 additions and 6 deletions

View File

@ -2201,7 +2201,8 @@ void PTextEdit::fontChanged( const QFont &f )
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------
/** /**
* <p> * <p>SLOT: called when the text of the document has changed. It adds a star to the tab label if the
* document has been modified.
* *
* \param forced * \param forced
*/ */
@ -2234,7 +2235,8 @@ void PTextEdit::textChanged(const bool forced)
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------
/** /**
* <p> * <p>SLOT: called when the cursor position has changed. Updates the status bar with the current
* cursor position.
*/ */
void PTextEdit::currentCursorPosition() void PTextEdit::currentCursorPosition()
{ {
@ -2250,7 +2252,7 @@ void PTextEdit::currentCursorPosition()
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------
/** /**
* <p> * <p>SLOT: handles the replaced command.
*/ */
void PTextEdit::replace() void PTextEdit::replace()
{ {
@ -2261,7 +2263,7 @@ void PTextEdit::replace()
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------
/** /**
* <p> * <p>SLOT: handles the repalce and close command.
*/ */
void PTextEdit::replaceAndClose() void PTextEdit::replaceAndClose()
{ {
@ -2272,7 +2274,7 @@ void PTextEdit::replaceAndClose()
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------
/** /**
* <p> * <p>SLOT: handles the replace all command.
*/ */
void PTextEdit::replaceAll() void PTextEdit::replaceAll()
{ {
@ -2297,7 +2299,7 @@ void PTextEdit::replaceAll()
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------
/** /**
* <p> * <p>SLOT: updates the fonts if the textedit tab has changed.
*/ */
void PTextEdit::applyFontSettings(QWidget*) void PTextEdit::applyFontSettings(QWidget*)
{ {

1252
src/musredit/musredit.cfg Normal file

File diff suppressed because it is too large Load Diff

25
src/musredit/musredit.dox Normal file
View File

@ -0,0 +1,25 @@
/*********************************************************************************************
name: musredit.dox
created by: Andreas Suter, 2010/05/20
content: Description of musredit.
$Id$
**********************************************************************************************/
/**
\mainpage musredit
<p>musredit is a simple editor based interface to the musrfit programs. It is based on Qt 4.6
of Nokia (<code>http://qt.nokia.com</code>).
<p>musredit is free software liensenced under GPL 2 or later (for detail license informations see
<code>http://www.gnu.org/licenses</code>).
<p>The source code can be downloaded from <code>http://savannah.psi.ch/viewcvs/trunk/analysis/musrfit/src/musredit/?root=nemu%2Flem</code>.
*/