| 
    KiCad PCB EDA Suite
    
   | 
 
Public Member Functions | |
| CURL_PROGRESS (KICAD_CURL_EASY *aCURL, TRANSFER_CALLBACK aCallback, curl_off_t aInterval) | |
Public Attributes | |
| KICAD_CURL_EASY * | m_Curl | 
| TRANSFER_CALLBACK | m_Callback | 
| curl_off_t | m_Last_run_time | 
| curl_off_t | m_Interval | 
Definition at line 47 of file kicad_curl_easy.cpp.
      
  | 
  inline | 
Definition at line 54 of file kicad_curl_easy.cpp.
References m_Callback, m_Curl, m_Interval, and m_Last_run_time.
| TRANSFER_CALLBACK CURL_PROGRESS::m_Callback | 
Definition at line 50 of file kicad_curl_easy.cpp.
Referenced by CURL_PROGRESS().
| KICAD_CURL_EASY* CURL_PROGRESS::m_Curl | 
Definition at line 49 of file kicad_curl_easy.cpp.
Referenced by CURL_PROGRESS().
| curl_off_t CURL_PROGRESS::m_Interval | 
Definition at line 52 of file kicad_curl_easy.cpp.
Referenced by CURL_PROGRESS().
| curl_off_t CURL_PROGRESS::m_Last_run_time | 
Definition at line 51 of file kicad_curl_easy.cpp.
Referenced by CURL_PROGRESS().