|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <Fl_Type.h>


Public Member Functions | |
| Fl_Type * | make () |
| void | write_code1 () |
| void | write_code2 () |
| void | open () |
| virtual const char * | type_name () |
| int | is_code_block () const |
| int | pixmapID () |
| virtual int | is_public () const |
| int Fl_Code_Type::is_code_block | ( | ) | const [inline, virtual] |
| int Fl_Code_Type::is_public | ( | ) | const [virtual] |
Reimplemented from Fl_Type.
Definition at line 691 of file Fl_Type.cxx.
| Fl_Type * Fl_Code_Type::make | ( | ) | [virtual] |
Implements Fl_Type.
Definition at line 431 of file Fl_Function_Type.cxx.
References Fl_Type::add(), Fl_Type::current, Fl_Type::factory, fl_message(), Fl_Type::is_code_block(), Fl_Type::name(), and Fl_Type::parent.
| void Fl_Code_Type::open | ( | ) | [virtual] |
Reimplemented from Fl_Type.
Definition at line 445 of file Fl_Function_Type.cxx.
References Fl_Text_Display::buffer(), c_check(), code_input, code_panel, code_panel_cancel, code_panel_ok, fl_alert(), Fl_Double_Window::hide(), make_code_panel(), Fl_Type::name(), Fl::readqueue(), Fl_Double_Window::show(), w, and Fl::wait().
| int Fl_Code_Type::pixmapID | ( | ) | [inline, virtual] |
| virtual const char* Fl_Code_Type::type_name | ( | ) | [inline, virtual] |
| void Fl_Code_Type::write_code1 | ( | ) | [virtual] |
Reimplemented from Fl_Type.
Definition at line 471 of file Fl_Function_Type.cxx.
References indent(), Fl_Type::name(), and write_c().
| void Fl_Code_Type::write_code2 | ( | ) | [virtual] |
Reimplemented from Fl_Type.
Definition at line 485 of file Fl_Function_Type.cxx.