From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- doc/html/classKFeedbackQuestion.html | 38 ++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'doc/html/classKFeedbackQuestion.html') diff --git a/doc/html/classKFeedbackQuestion.html b/doc/html/classKFeedbackQuestion.html index 37cd13e..0ac72ca 100644 --- a/doc/html/classKFeedbackQuestion.html +++ b/doc/html/classKFeedbackQuestion.html @@ -25,23 +25,23 @@ List of all members. - + - + - + - + - + - + @@ -51,7 +51,7 @@ +TQString  @@ -69,7 +69,7 @@ A user feedback question to be inserted into a 275 of file kfeedback.h.

Constructor & Destructor Documentation

- +

Public Member Functions

 KFeedbackQuestion (KFeedbackQuestionList *parent, const QString &text, const QString &id, bool exclusiveAnswer=true, bool required=false, bool open=true)
 KFeedbackQuestion (KFeedbackQuestionList *parent, const TQString &text, const TQString &id, bool exclusiveAnswer=true, bool required=false, bool open=true)
void addAnswer (const QString &text, const QString &id)
void addAnswer (const TQString &text, const TQString &id)
bool isRequired ()
bool isAnswered ()
QString result ()
TQString result ()
QString id ()
TQString id ()
QString text ()
TQString text ()
bool exclusiveAnswer ()
virtual QString key (int column, bool ascending) const
virtual TQString key (int column, bool ascending) const
KFeedbackQuestionnextQuestion () const

Protected Attributes

-QString _id
_id
bool _exclusiveAnswer
@@ -82,13 +82,13 @@ Definition at line 275 - + - + @@ -132,20 +132,20 @@ References _no, and


Member Function Documentation

-
+
const QString & const TQString &  text,
const QString & const TQString &  id,
- + - + @@ -211,7 +211,7 @@ Referenced by KFeedbackQu Returns if this question is answered satisfactorily.

If any number of answers is permitted for this question, this question is always considered to be answered.

-If this question requires an exclusive answer, exactly one of them should be checked. We don't need to bother about more than one being checked here - QListView does that for us. +If this question requires an exclusive answer, exactly one of them should be checked. We don't need to bother about more than one being checked here - TQListView does that for us.

Definition at line 368 of file kfeedback.cpp.

@@ -225,7 +225,7 @@ Referenced by KFeedbackQu

void KFeedbackQuestion::addAnswer (const QString & const TQString &  text,
const QString & const TQString &  id 
- + @@ -250,7 +250,7 @@ Referenced by KFeedbackQu
QString KFeedbackQuestion::result TQString KFeedbackQuestion::result (  ) 
- + @@ -273,7 +273,7 @@ References _id.
QString KFeedbackQuestion::id TQString KFeedbackQuestion::id (  ) 
- + @@ -317,7 +317,7 @@ References _exclusiveAnswer
QString KFeedbackQuestion::text TQString KFeedbackQuestion::text (  ) 
- + @@ -339,7 +339,7 @@ References _exclusiveAnswer

Returns the sort key.

-Reimplemented from QListViewItem to maintain insertion order. +Reimplemented from TQListViewItem to maintain insertion order.

Definition at line 437 of file kfeedback.cpp.

-- cgit v1.2.1

QString KFeedbackQuestion::key TQString KFeedbackQuestion::key ( int  column,