Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://jd_2.0.0~beta080418.orig.tar.gz:513216/jd-2.0.0-beta080418/src/xml/tools.h  downloads

// License: GPL2

#ifndef _TOOLS_H
#define _TOOLS_H

#include <string>
#include <gtkmm.h>


namespace XML
{
	// TYPE_ID から要素名を取得( TYPE_ID は global.h を参照 )
    std::string get_name( const int type_id );

    // 要素名から TYPE_ID を取得
    int get_type( const std::string& node_name );

    // TYPE_ID からアイコンを取得 ( アイコンは icons/iconmanager.h を参照 )
    Glib::RefPtr< Gdk::Pixbuf > get_icon( const int type_id );
}

#endif
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 IT MARUHN