|
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/Fl.H>#include <FL/Fl_Preferences.H>#include <FL/Fl_File_Chooser.H>#include "Fl_Type.h"#include <FL/fl_show_input.H>#include "../src/flstring.h"#include <stdio.h>#include <stdlib.h>#include "function_panel.h"#include <FL/fl_ask.H>#include "comments.h"
Go to the source code of this file.
Functions | |
| void | redraw_browser () |
| void | goto_source_dir () |
| void | leave_source_dir () |
| const char * | _q_check (const char *&c, int type) |
| const char * | _c_check (const char *&c, int type) |
| const char * | c_check (const char *c, int type) |
| const char * | subclassname (Fl_Type *) |
| void | write_public (int state) |
Variables | |
| int | i18n_type |
| const char * | i18n_include |
| const char * | i18n_function |
| const char * | i18n_file |
| const char * | i18n_set |
| char | i18n_program [] |
| int | compile_only |
| Fl_Function_Type | Fl_Function_type |
| Fl_Code_Type | Fl_Code_type |
| Fl_CodeBlock_Type | Fl_CodeBlock_type |
| Fl_Decl_Type | Fl_Decl_type |
| Fl_Data_Type | Fl_Data_type |
| Fl_DeclBlock_Type | Fl_DeclBlock_type |
| Fl_Comment_Type | Fl_Comment_type |
| Fl_Class_Type | Fl_Class_type |
| Fl_Class_Type * | current_class |
| Fl_Widget_Class_Type * | current_widget_class |
| const char* _c_check | ( | const char *& | c, |
| int | type | ||
| ) |
| const char* _q_check | ( | const char *& | c, |
| int | type | ||
| ) |
Definition at line 57 of file Fl_Function_Type.cxx.
Referenced by _c_check().
| const char* c_check | ( | const char * | c, |
| int | type | ||
| ) |
Definition at line 121 of file Fl_Function_Type.cxx.
References _c_check().
Referenced by callback_cb(), Fl_Class_Type::open(), Fl_DeclBlock_Type::open(), Fl_Decl_Type::open(), Fl_CodeBlock_Type::open(), Fl_Code_Type::open(), Fl_Function_Type::open(), user_data_cb(), user_data_type_cb(), and v_input_cb().
| void goto_source_dir | ( | ) |
Definition at line 129 of file fluid.cxx.
Referenced by Fluid_Image::find(), Fl_Data_Type::open(), ui_find_image(), write_cb(), and write_strings_cb().
| void leave_source_dir | ( | ) |
Definition at line 146 of file fluid.cxx.
Referenced by Fluid_Image::find(), Fl_Data_Type::open(), ui_find_image(), write_cb(), and write_strings_cb().
| void redraw_browser | ( | ) |
Definition at line 394 of file Fl_Type.cxx.
| const char* subclassname | ( | Fl_Type * | ) |
Definition at line 64 of file Fl_Widget_Type.cxx.
Referenced by Fl_Widget_Type::write_block_close(), Fl_Widget_Type::write_code1(), Fl_Function_Type::write_code1(), and Fl_Widget_Type::write_static().
| void write_public | ( | int | state | ) |
Definition at line 1425 of file Fl_Function_Type.cxx.
References state, write_h(), Fl_Widget_Class_Type::write_public_state, and Fl_Class_Type::write_public_state.
Referenced by Fl_Widget_Type::write_code1(), Fl_Menu_Item_Type::write_code1(), Fl_Data_Type::write_code1(), Fl_Decl_Type::write_code1(), and Fl_Function_Type::write_code1().
| int compile_only |
Definition at line 1423 of file Fl_Function_Type.cxx.
Referenced by Fl_Class_Type::write_code1().
Definition at line 1444 of file Fl_Window_Type.cxx.
Definition at line 1421 of file Fl_Function_Type.cxx.
Definition at line 469 of file Fl_Function_Type.cxx.
Definition at line 546 of file Fl_Function_Type.cxx.
Definition at line 1226 of file Fl_Function_Type.cxx.
Definition at line 871 of file Fl_Function_Type.cxx.
Definition at line 673 of file Fl_Function_Type.cxx.
Definition at line 1018 of file Fl_Function_Type.cxx.
Definition at line 244 of file Fl_Function_Type.cxx.
| const char* i18n_function |
| const char* i18n_include |
| char i18n_program[] |