NCBI C++ ToolKit
Macros | Variables
progress_meter.cpp File Reference
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include "remove_header_conflicts.hpp"
#include "progress_meter.hpp"
#include "cn3d_tools.hpp"
+ Include dependency graph for progress_meter.cpp:

Go to the source code of this file.

Go to the SVN repository for this file.

Macros

#define DECLARE_AND_FIND_WINDOW_RETURN_ON_ERR(var, id, type)
 
#define ID_TEXT   10000
 
#define ID_GAUGE   10001
 

Variables

 USING_NCBI_SCOPE
 

Macro Definition Documentation

◆ DECLARE_AND_FIND_WINDOW_RETURN_ON_ERR

#define DECLARE_AND_FIND_WINDOW_RETURN_ON_ERR (   var,
  id,
  type 
)
Value:
type *var; \
var = wxDynamicCast(FindWindow(id), type); \
if (!var) { \
ERRORMSG("Can't find window with id " << id); \
return; \
}
Definition: type.c:6

Definition at line 47 of file progress_meter.cpp.

◆ ID_GAUGE

#define ID_GAUGE   10001

◆ ID_TEXT

#define ID_TEXT   10000

Variable Documentation

◆ USING_NCBI_SCOPE

USING_NCBI_SCOPE

Definition at line 42 of file progress_meter.cpp.

Modified on Fri Sep 20 14:57:01 2024 by modify_doxy.py rev. 669887