31.01.2014 Views

Version 5.0 The LEDA User Manual

Version 5.0 The LEDA User Manual

Version 5.0 The LEDA User Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

panel item W.bool item(string s, bool& x, const char ∗ hlp = 0)<br />

adds a boolean item with label s and variable x to<br />

W .<br />

panel item W.bool item(string s, bool& x, void (∗F )(int), const char ∗ hlp = 0)<br />

as above with action function F .<br />

panel item W.bool item(string s, bool& x, const window handler& obj ,<br />

const char ∗ hlp = 0)<br />

as above with handler object obj .<br />

panel item W.int item(string s, int& x, const char ∗ hlp = 0)<br />

adds an integer item with label s and variable x to<br />

W .<br />

panel item W.string item(string s, string& x, void (∗F )(char∗), const char ∗ hlp = 0)<br />

as above with action function F .<br />

panel item W.string item(string s, string& x, const window handler& obj ,<br />

const char ∗ hlp = 0)<br />

as above with handler object obj .<br />

panel item W.string item(string s, string& x, const char ∗ hlp = 0)<br />

adds a string item with label s and variable x to<br />

W .<br />

panel item W.double item(string s, double& x, const char ∗ hlp = 0)<br />

adds a real item with label s and variable x to W .<br />

panel item W.color item(string s, color& x, const char ∗ hlp = 0)<br />

adds a color item with label s and variable x to W .<br />

panel item W.color item(string s, color& x, void (∗F )(int), const char ∗ hlp = 0)<br />

as above with action function F .<br />

panel item W.color item(string s, color& x, const window handler& obj ,<br />

const char ∗ hlp = 0)<br />

as above with handler object obj .<br />

panel item W.pstyle item(string s, point style& x, const char ∗ hlp = 0)<br />

adds a point style item with label s and variable x<br />

to W .<br />

panel item W.pstyle item(string s, point style& x, void(∗F )(int), const char ∗ hlp = 0)<br />

as above with action function F .<br />

panel item W.pstyle item(string s, point style& x, const window handler& obj ,<br />

const char ∗ hlp = 0)<br />

as above with handler object obj .

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!