template-load-tab.h revision 7a64eb71a6658ea38c658711b55e41932a4e2b1a
/** @file
* @brief New From Template abstract tab class
*/
/* Authors:
* Jan Darowski <jan.darowski@gmail.com>, supervised by Krzysztof KosiĆski
*
* Copyright (C) 2013 Authors
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <gtkmm/comboboxtext.h>
#include <gtkmm/liststore.h>
#include <gtkmm/treeview.h>
#include <map>
#include <set>
{
struct TemplateData
{
bool is_procedural;
};
virtual void createTemplate();
{
{
}
};
virtual void _displayTemplateInfo();
virtual void _initKeywordsList();
virtual void _refreshTemplatesList();
void _loadTemplates();
void _initLists();
// Gtk::HBox _main_box;
enum SearchType
{
};
void _keywordSelected();
};
}
}
#endif