Freeciv21
Develop your civilization from humble roots to a global empire
view_research.h File Reference
#include "fc_types.h"
#include "repodlgs_g.h"
#include "views/view_research_reqtree.h"
+ Include dependency graph for view_research.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  research_diagram
 
struct  qlist_item
 
class  science_report
 

Functions

void popdown_science_report ()
 Closes science report. More...
 
bool comp_less_than (const qlist_item &q1, const qlist_item &q2)
 Compare unit_items (used for techs) by name. More...
 

Function Documentation

◆ comp_less_than()

bool comp_less_than ( const qlist_item q1,
const qlist_item q2 
)

Compare unit_items (used for techs) by name.

Definition at line 58 of file view_research.cpp.

Referenced by top_bar_right_click_science(), and science_report::update_report().

◆ popdown_science_report()

void popdown_science_report ( )

Closes science report.

Definition at line 726 of file view_research.cpp.