Freeciv21
Develop your civilization from humble roots to a global empire
req_tooltip_help Class Reference

#include <view_research_reqtree.h>

+ Collaboration diagram for req_tooltip_help:

Public Member Functions

 req_tooltip_help ()=default
 

Public Attributes

QRect rect
 
Tech_type_id tech_id {-1}
 
struct unit_typetunit {nullptr}
 
struct impr_typetimpr {nullptr}
 
struct governmenttgov {nullptr}
 

Detailed Description

Definition at line 79 of file view_research_reqtree.h.

Constructor & Destructor Documentation

◆ req_tooltip_help()

req_tooltip_help::req_tooltip_help ( )
default

Member Data Documentation

◆ rect

QRect req_tooltip_help::rect

◆ tech_id

Tech_type_id req_tooltip_help::tech_id {-1}

◆ tgov

struct government* req_tooltip_help::tgov {nullptr}

◆ timpr

struct impr_type* req_tooltip_help::timpr {nullptr}

◆ tunit

struct unit_type* req_tooltip_help::tunit {nullptr}