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)  

file.cxx File Reference

#include <stdio.h>
#include <stdlib.h>
#include "../src/flstring.h"
#include <stdarg.h>
#include "alignment_panel.h"
#include <FL/fl_message.H>
#include <FL/Fl.H>
#include "Fl_Widget_Type.h"
#include <FL/Fl_Group.H>
Include dependency graph for file.cxx:

Go to the source code of this file.

Functions

int open_write (const char *s)
int close_write ()
int is_id (char)
void write_word (const char *w)
void write_string (const char *format,...)
void write_indent (int n)
void write_open (int)
void write_close (int n)
int open_read (const char *s)
int close_read ()
void read_error (const char *format,...)
const char * read_word (int wantbrace)
int write_file (const char *filename, int selected_only)
void read_fdesign ()
Fl_TypeFl_Type_make (const char *tn)
void deselect ()
int read_file (const char *filename, int merge)
int read_fdesign_line (const char *&name, const char *&value)

Variables

int i18n_type
const char * i18n_include
const char * i18n_function
const char * i18n_file
const char * i18n_set
int header_file_set
int code_file_set
const char * header_file_name
const char * code_file_name
double read_version
int fdesign_flip
int fdesign_magic

Function Documentation

int close_read ( )

Definition at line 145 of file file.cxx.

References x.

Referenced by read_file().

int close_write ( )

Definition at line 52 of file file.cxx.

References x.

Referenced by write_file().

Fl_Type* Fl_Type_make ( const char *  tn)

Definition at line 1123 of file factory.cxx.

int is_id ( char  )

Definition at line 49 of file code.cxx.

int open_read ( const char *  s)

Definition at line 135 of file file.cxx.

References f, and fl_fopen().

Referenced by read_file().

int open_write ( const char *  s)

Definition at line 44 of file file.cxx.

References f, and fl_fopen().

Referenced by write_file().

void read_error ( const char *  format,
  ... 
)
int read_fdesign_line ( const char *&  name,
const char *&  value 
)

Definition at line 520 of file file.cxx.

References length, and x.

Referenced by read_fdesign().

void write_close ( int  n)

Definition at line 122 of file file.cxx.

References write_indent().

Referenced by Fl_Type::write().

int write_file ( const char *  filename,
int  selected_only 
)
void write_indent ( int  n)
void write_open ( int  )

Definition at line 115 of file file.cxx.

Referenced by Fl_Type::write().


Variable Documentation

const char* code_file_name

Definition at line 648 of file fluid.cxx.

Referenced by update_sourceview_cb().

Definition at line 646 of file fluid.cxx.

Definition at line 558 of file file.cxx.

Definition at line 559 of file file.cxx.

const char* header_file_name

Definition at line 647 of file fluid.cxx.

Definition at line 645 of file fluid.cxx.

const char* i18n_file

Definition at line 652 of file fluid.cxx.

const char* i18n_function

Definition at line 651 of file fluid.cxx.

const char* i18n_include

Definition at line 650 of file fluid.cxx.

const char* i18n_set

Definition at line 653 of file fluid.cxx.

int i18n_type

Definition at line 649 of file fluid.cxx.

double read_version

Definition at line 363 of file file.cxx.