Mercurial > hg > octave-lyh
comparison gui/src/OctaveLink.h @ 13522:09d9cb7c3014
Further simplified OctaveLink by removing the readline event hook.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Wed, 20 Jul 2011 00:34:38 +0200 |
parents | 16b33b7ef1b3 |
children | b48ac9ad8de0 |
comparison
equal
deleted
inserted
replaced
13521:16b33b7ef1b3 | 13522:09d9cb7c3014 |
---|---|
95 static OctaveLink * | 95 static OctaveLink * |
96 instance () | 96 instance () |
97 { | 97 { |
98 return &m_singleton; | 98 return &m_singleton; |
99 } | 99 } |
100 static int | |
101 readlineEventHook (void); | |
102 static QString | 100 static QString |
103 octaveValueAsQString (OctaveValue octaveValue); | 101 octaveValueAsQString (OctaveValue octaveValue); |
104 | 102 |
105 /** | 103 /** |
106 * Returns a copy of the current symbol table buffer. | 104 * Returns a copy of the current symbol table buffer. |
111 void | 109 void |
112 updateHistoryModel (); | 110 updateHistoryModel (); |
113 | 111 |
114 QStringListModel * | 112 QStringListModel * |
115 historyModel (); | 113 historyModel (); |
116 | |
117 void | |
118 processOctaveServerData (); | |
119 | 114 |
120 /** | 115 /** |
121 * Updates the current symbol table with new data | 116 * Updates the current symbol table with new data |
122 * from octave. | 117 * from octave. |
123 */ | 118 */ |