vworld/vcell_mk_star.c File Reference

small cell building helper functions More...

#include "vcell.h"
#include "vcell_easyrun.h"
#include "vcell_prop.h"
#include "vcell_mk_star.h"

Functions

vcell * mkmeta_group (vcell *first,...)
vcell * mkmeta_title (char *key)
vcell * mkmeta_author (char *key)
vcell * mkmeta_description (char *key)
vcell * mkmeta_version (char *key)
vcell * mkgroupa (char *key, char *classname, vcell *first, va_list arg)
vcell * mkgroup (char *key, vcell *first,...)


Detailed Description

small cell building helper functions

Author:
Gary Birkett
Copyright (C) 2008 Gary Birkett

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


Function Documentation

vcell* mkgroup ( char *  key,
vcell *  first,
  ... 
)

construct a group of cells based on ...

vcell* mkgroupa ( char *  key,
char *  classname,
vcell *  first,
va_list  arg 
)

construct a group of non visual cells based on a va_list

vcell* mkmeta_author ( char *  key  ) 

construct a meta_description element

vcell* mkmeta_description ( char *  key  ) 

construct a meta_description element

vcell* mkmeta_group ( vcell *  first,
  ... 
)

construct a meta_info group based on ...

vcell* mkmeta_title ( char *  key  ) 

construct a meta_title element

vcell* mkmeta_version ( char *  key  ) 

construct a meta_version element


Generated on Mon Apr 13 15:09:28 2009 for libliqbase by  doxygen 1.5.1