Definition at line 37 of file svpaint.cpp.
◆ SVPaint()
SVPaint::SVPaint |
( |
const char * |
server_name | ) |
|
|
explicit |
Definition at line 179 of file svpaint.cpp.
179 {
180 window_ =
new ScrollView(
"ScrollView Paint Example",
181 0, 0,
182 500, 500,
183 500, 500,
184 false,
185
186
187
188
189 server_name);
190
191
192 click_mode_ = 1;
193 drag_mode_ = 4;
194 has_start_point_ = false;
195
196
197
200
203
204
205
208
209
210
212
213
214
215
217
218
219
220
222
223
224
225
226}
SVEvent * AwaitEvent(SVEventType type)
void AddEventHandler(SVEventHandler *listener)
Add an Event Listener to this ScrollView Window.
void SetVisible(bool visible)
void BuildMenu(ScrollView *sv, bool menu_bar=true)
◆ Notify()
void SVPaint::Notify |
( |
const SVEvent * |
sv_event | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: