|
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_CodeBlock_Type () | |
| ~Fl_CodeBlock_Type () | |
| Fl_Type * | make () |
| void | write_code1 () |
| void | write_code2 () |
| void | open () |
| virtual const char * | type_name () |
| int | is_code_block () const |
| int | is_parent () const |
| virtual int | is_public () const |
| int | pixmapID () |
| void | write_properties () |
| void | read_property (const char *) |
| Fl_CodeBlock_Type::Fl_CodeBlock_Type | ( | ) | [inline] |
| int Fl_CodeBlock_Type::is_code_block | ( | ) | const [inline, virtual] |
| int Fl_CodeBlock_Type::is_parent | ( | ) | const [inline, virtual] |
| int Fl_CodeBlock_Type::is_public | ( | ) | const [virtual] |
Reimplemented from Fl_Type.
Definition at line 692 of file Fl_Type.cxx.
| Fl_Type * Fl_CodeBlock_Type::make | ( | ) | [virtual] |
Implements Fl_Type.
Definition at line 489 of file Fl_Function_Type.cxx.
References Fl_Type::add(), Fl_Type::current, Fl_Type::factory, Fl_CodeBlock_Type(), fl_message(), Fl_Type::is_code_block(), Fl_Type::name(), and Fl_Type::parent.
| void Fl_CodeBlock_Type::open | ( | ) | [virtual] |
Reimplemented from Fl_Type.
Definition at line 520 of file Fl_Function_Type.cxx.
References c_check(), code_after_input, code_before_input, codeblock_panel, codeblock_panel_cancel, codeblock_panel_ok, fl_alert(), Fl_Double_Window::hide(), make_codeblock_panel(), Fl_Type::name(), Fl::readqueue(), Fl_Double_Window::show(), Fl_Input_::static_value(), storestring(), Fl_Input_::value(), w, and Fl::wait().
| int Fl_CodeBlock_Type::pixmapID | ( | ) | [inline, virtual] |
| void Fl_CodeBlock_Type::read_property | ( | const char * | c | ) | [virtual] |
Reimplemented from Fl_Type.
Definition at line 512 of file Fl_Function_Type.cxx.
References read_word(), and storestring().
| virtual const char* Fl_CodeBlock_Type::type_name | ( | ) | [inline, virtual] |
| void Fl_CodeBlock_Type::write_code1 | ( | ) | [virtual] |
Reimplemented from Fl_Type.
Definition at line 548 of file Fl_Function_Type.cxx.
References indent(), indentation, Fl_Type::name(), and write_c().
| void Fl_CodeBlock_Type::write_code2 | ( | ) | [virtual] |
Reimplemented from Fl_Type.
Definition at line 554 of file Fl_Function_Type.cxx.
References indent(), indentation, and write_c().
| void Fl_CodeBlock_Type::write_properties | ( | ) | [virtual] |
Reimplemented from Fl_Type.
Definition at line 504 of file Fl_Function_Type.cxx.
References write_string(), and write_word().