~ubuntu-branches/ubuntu/intrepid/tcm/intrepid

« back to all changes in this revision

Viewing changes to doc/sourcecode/PromptDialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2003-07-03 20:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20030703200821-se4xtqx25e5miczi
Tags: upstream-2.20
ImportĀ upstreamĀ versionĀ 2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><TITLE>PromptDialog</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  PromptDialog : public <!2><A HREF="SelectionDialog.html#DOC.294.1">SelectionDialog</A> </H2><BLOCKQUOTE>
 
4
 prompt dialog class.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=215>
 
9
<param name=classes value="CComponent,MComponent.html,CMWidget,MMWidget.html,CDialog,MDialog.html,CSelectionDialog,MSelectionDialog.html,CPromptDialog,MPromptDialog.html,CToggleListDialog,MToggleListDialog.html,CNToggleListDialog,MNToggleListDialog.html">
 
10
<param name=before value="M,M,M,M,M,M|_,Mr_">
 
11
<param name=after value="Md_SPSPSP,Md_SPSP,Md_SP,Md_,M,M,M">
 
12
<param name=indent value="0,1,2,3,4,4,4">
 
13
<param name=arrowdir value="down">
 
14
</APPLET>
 
15
<hr>
 
16
 
 
17
<DL>
 
18
<TABLE>
 
19
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.256.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>PromptDialog</B> (Widget <!2><A HREF="Dialog.html#DOC.115.36">parent</A>)<br>
 
20
<I></I>
 
21
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.256.2"> <IMG BORDER=0 SRC=icon1.gif></A> const  char* </TD><TD><B>GetClassName</B> ()<br>
 
22
<I></I>
 
23
</TD></TR></TABLE><TABLE>
 
24
<DT><h3>Protected Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.256.3"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>CreateWidget</B> ()<br>
 
25
<I></I>
 
26
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.256.4"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Configure</B> ()<br>
 
27
<I></I>
 
28
</TD></TR></TABLE></DL>
 
29
<hr><H3>Inherited from <A HREF="SelectionDialog.html">SelectionDialog:</A></h3>
 
30
 
 
31
<DL>
 
32
<DL>
 
33
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>SetTextString</B>(const char *v)
 
34
<DT><IMG SRC=icon2.gif> void  <B>SetTextString</B>(const <!1><A HREF="string.html">string</A> *v)
 
35
<DT><IMG SRC=icon2.gif> void  <B>SetEditable</B>(bool b)
 
36
<DT><IMG SRC=icon2.gif> void  <B>GetTextString</B>(char *n)
 
37
<DT><IMG SRC=icon2.gif> void  <B>GetTextString</B>(<!1><A HREF="string.html">string</A> *n)
 
38
<DT><IMG SRC=icon2.gif> void  <B>ManageTextString</B>(bool)
 
39
<DT><IMG SRC=icon2.gif> void  <B>SetSelectionLabel</B>(const char *l)
 
40
<DT><IMG SRC=icon2.gif> void  <B>ManageSelectionLabel</B>(bool)
 
41
<DT><IMG SRC=icon2.gif> void  <B>SetApplyCallback</B>(XtCallbackProc fun, XtPointer clientData)
 
42
<DT><IMG SRC=icon2.gif> void  <B>SetApplyButtonLabel</B>(const char *txt)
 
43
<DT><IMG SRC=icon2.gif> void  <B>ManageApplyButton</B>(bool)
 
44
<DT><IMG SRC=icon2.gif> static  void  <B>ClearCB</B>(Widget, XtPointer, XtPointer)
 
45
<DT><IMG SRC=icon2.gif> static  void  <B>SetDefaultCB</B>(Widget, XtPointer, XtPointer)
 
46
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultValue</B>(const char *s)
 
47
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultValue</B>(const <!1><A HREF="string.html">string</A> *s)
 
48
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetDefaultValue</B>()
 
49
<DT><IMG SRC=icon2.gif> void  <B>SelectItem</B>(const <!1><A HREF="string.html">string</A> *label)
 
50
<DT><IMG SRC=icon2.gif> void  <B>DeselectAllItems</B>()
 
51
<DT><IMG SRC=icon2.gif> void  <B>DeleteAllItems</B>()
 
52
<DT><IMG SRC=icon2.gif> void  <B>AddItem</B>(const char *<!2><A HREF="SelectionDialog.html#DOC.294.32">text</A>, int pos = 0)
 
53
<DT><IMG SRC=icon2.gif> void  <B>AddItem</B>(const <!1><A HREF="string.html">string</A> *<!2><A HREF="SelectionDialog.html#DOC.294.32">text</A>, int pos = 0)
 
54
</DL><DL>
 
55
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> Widget  <B>GetText</B>()
 
56
<DT><IMG SRC=icon2.gif> void  <B>SetText</B>(Widget w)
 
57
<DT><IMG SRC=icon2.gif> Widget  <B>GetList</B>()
 
58
<DT><IMG SRC=icon2.gif> Widget  <B>GetSelectionLabel</B>()
 
59
<DT><IMG SRC=icon2.gif> void  <B>SetSelectionLabel</B>(Widget w)
 
60
</DL></DL>
 
61
<hr><H3>Inherited from <A HREF = "Dialog.html"> Dialog:</A></h3>
 
62
 
 
63
<DL>
 
64
<DL>
 
65
<DT><h3>Public Fields</h3><DD><DT><IMG SRC=icon2.gif> static  const  unsigned  <B>MAXTITLE</B>
 
66
</DL><DL>
 
67
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>Initialize</B>()
 
68
<DT><IMG SRC=icon2.gif> virtual  void  <B>SetOKCallback</B>(XtCallbackProc fun, XtPointer clientData)
 
69
<DT><IMG SRC=icon2.gif> virtual  void  <B>SetCancelCallback</B>(XtCallbackProc fun, XtPointer clientData)
 
70
<DT><IMG SRC=icon2.gif> virtual  void  <B>SetHelpCallback</B>(XtCallbackProc fun, XtPointer clientData)
 
71
<DT><IMG SRC=icon2.gif> void  <B>SetOKButtonLabel</B>(const char *txt)
 
72
<DT><IMG SRC=icon2.gif> void  <B>SetCancelButtonLabel</B>(const char *txt)
 
73
<DT><IMG SRC=icon2.gif> void  <B>SetHelpButtonLabel</B>(const char *txt)
 
74
<DT><IMG SRC=icon2.gif> void  <B>ManageOKButton</B>(bool)
 
75
<DT><IMG SRC=icon2.gif> void  <B>ManageCancelButton</B>(bool)
 
76
<DT><IMG SRC=icon2.gif> void  <B>ManageHelpButton</B>(bool)
 
77
<DT><IMG SRC=icon2.gif> virtual  void  <B>SetAutoDestroy</B>(bool b)
 
78
<DT><IMG SRC=icon2.gif> virtual  void  <B>Popup</B>()
 
79
<DT><IMG SRC=icon2.gif> virtual  void  <B>Popdown</B>()
 
80
<DT><IMG SRC=icon2.gif> void  <B>SetTitle</B>(const char *title)
 
81
<DT><IMG SRC=icon2.gif> void  <B>SetTitle</B>(const <!1><A HREF="string.html">string</A> *title)
 
82
<DT><IMG SRC=icon2.gif> void  <B>GetTitle</B>(char *title)
 
83
<DT><IMG SRC=icon2.gif> void  <B>GetTitle</B>(<!1><A HREF="string.html">string</A> *title)
 
84
<DT><IMG SRC=icon2.gif> void  <B>SetModal</B>(bool b)
 
85
<DT><IMG SRC=icon2.gif> void  <B>SetAutoUnmanage</B>(bool b)
 
86
<DT><IMG SRC=icon2.gif> bool  <B>GetAutoUnmanage</B>()
 
87
<DT><IMG SRC=icon2.gif> void  <B>SetCenteredOnPointer</B>(bool b)
 
88
<DT><IMG SRC=icon2.gif> static  void  <B>UnmanageCB</B>(Widget, XtPointer, XtPointer)
 
89
<DT><IMG SRC=icon2.gif> static  void  <B>DestroyCB</B>(Widget, XtPointer, XtPointer)
 
90
<DT><IMG SRC=icon2.gif> static  void  <B>DestroyWidgetCB</B>(Widget, XtPointer, XtPointer)
 
91
<DT><IMG SRC=icon2.gif> static  void  <B>TraverseNextCB</B>(Widget, XtPointer, XtPointer)
 
92
<DT><IMG SRC=icon2.gif> static  void  <B>TraverseNextGroupCB</B>(Widget, XtPointer, XtPointer)
 
93
</DL><DL>
 
94
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> Widget  <B>GetParent</B>()
 
95
<DT><IMG SRC=icon2.gif> void  <B>ManageWidget</B>(Widget, bool)
 
96
<DT><IMG SRC=icon2.gif> void  <B>ManageCenteredOnPointer</B>()
 
97
</DL></DL>
 
98
<hr><H3>Inherited from <A HREF = "MWidget.html"> MWidget:</A></h3>
 
99
 
 
100
<DL>
 
101
<DL>
 
102
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> virtual  void  <B>Manage</B>()
 
103
<DT><IMG SRC=icon2.gif> bool  <B>IsRealized</B>()
 
104
<DT><IMG SRC=icon2.gif> void  <B>SetColormap</B>(Colormap cmap)
 
105
<DT><IMG SRC=icon2.gif> void  <B>SetDestroyCallback</B>(XtCallbackProc fun, XtPointer clientData)
 
106
<DT><IMG SRC=icon2.gif> void  <B>AddLiteClue</B>(Widget w, const char *text)
 
107
</DL><DL>
 
108
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> Widget  <B>GetLiteClue</B>()
 
109
<DT><IMG SRC=icon2.gif> void  <B>CreateLiteClue</B>()
 
110
<DT><IMG SRC=icon2.gif> void  <B>InstallDestroyHandler</B>()
 
111
</DL></DL>
 
112
<hr><H3>Inherited from <A HREF = "Component.html"> Component:</A></h3>
 
113
 
 
114
<DL>
 
115
<DL>
 
116
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> bool  <B>IsManaged</B>()
 
117
<DT><IMG SRC=icon2.gif> virtual  void  <B>Unmanage</B>()
 
118
<DT><IMG SRC=icon2.gif> Widget  <B>GetWidget</B>()
 
119
<DT><IMG SRC=icon2.gif> Display*  <B>GetDisplay</B>()
 
120
<DT><IMG SRC=icon2.gif> Window  <B>GetWindow</B>()
 
121
</DL><DL>
 
122
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>SetWidget</B>(Widget w)
 
123
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetName</B>() const 
 
124
<DT><IMG SRC=icon2.gif> void  <B>SetName</B>(const <!1><A HREF="string.html">string</A> *s)
 
125
<DT><IMG SRC=icon2.gif> void  <B>SetName</B>(const char *s)
 
126
</DL></DL>
 
127
<A NAME="DOC.DOCU">
 
128
<hr>
 
129
 <h2> Documentation </h2>
 
130
<BLOCKQUOTE>
 
131
 prompt dialog class.
 
132
 
 
133
</BLOCKQUOTE>
 
134
<DL>
 
135
 
 
136
<A NAME="PromptDialog">
 
137
<A NAME ="DOC.256.1">
 
138
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  PromptDialog(Widget <!2><A HREF="Dialog.html#DOC.115.36">parent</A>)</B></TT>
 
139
<DL></DL><P>
 
140
<A NAME="GetClassName">
 
141
<A NAME ="DOC.256.2">
 
142
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> const  char*  GetClassName()</B></TT>
 
143
<DL></DL><P>
 
144
<A NAME="CreateWidget">
 
145
<A NAME ="DOC.256.3">
 
146
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  CreateWidget()</B></TT>
 
147
<DL></DL><P>
 
148
<A NAME="Configure">
 
149
<A NAME ="DOC.256.4">
 
150
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Configure()</B></TT>
 
151
<DL></DL><P></DL>
 
152
<hr>
 
153
<DL><DT><B>Direct child classes:
 
154
</B><DD><A HREF="ToggleListDialog.html"> ToggleListDialog </A><br>
 
155
<A HREF="NToggleListDialog.html"> NToggleListDialog </A><br>
 
156
</DL>
 
157
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
158
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
159
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
160
<P Align=Center><I>(c)opyright by <A HREF="http://www.zib.de/zoeckler/"> Malte  Z&ouml;ckler</A>, <A HREF="mailto:wunderling@zib.de"> Roland Wunderling </A><br>contact: <A HREF="mailto:doc++@zib.de"> doc++@zib.de</a></I>
 
161
</BODY>