NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/framework/status_bar_service.hpp>
#include <gui/core/selection_service_impl.hpp>
#include <gui/objects/GBWorkspace.hpp>
#include <gui/objects/WorkspaceFolder.hpp>
#include <gui/core/project_service.hpp>
#include <gui/core/project_view.hpp>
#include <gui/core/commands.hpp>
#include <gui/objutils/registry.hpp>
#include <gui/objutils/obj_convert.hpp>
#include <gui/objutils/obj_event.hpp>
#include <gui/widgets/wx/app_status_bar.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <serial/iterator.hpp>
#include <wx/panel.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/dcclient.h>
#include <wx/brush.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CSelectionBroadcastSlot |
CSelectionBroadcastSlot - a Status Bar slot that displays information about tasks in Application Task Service. More... | |
Variables | |
static const char * | kObjMatchPolicy = "ObjMatchPolicy" |
static const char * | kIdMatchPolicy = "IdMatchPolicy" |
static const char * | kMatchByProduct = "MatchByProduct" |
static const char * | kAutoBroadcast = "AutoBroadcast" |
static const char * | kInterDocBroadcast = "InterDocBroadcast" |
static const char * | kMatchAlnLocs = "MatchAlnLocs" |
static const char * | kTreeBroadcastProperties = "TreeBroadcastProperties" |
static const char * | kTreeBroadcastOneToOne = "TreeBroadcastOneToOne" |
static const int | kTextOffX = 4 |
static const int | kTextOffY = 2 |
ON_EVENT_RANGE | ( | CSelectionServiceEvent | , |
CSelectionServiceEvent::eClientAttached | , | ||
CSelectionServiceEvent::eSelectionChanged | , | ||
&CSelectionBroadcastSlot::x_OnSelectionEvent | |||
) |
Definition at line 401 of file selection_service.cpp.
USING_SCOPE | ( | objects | ) |
|
static |
Definition at line 314 of file selection_service.cpp.
Referenced by CSelectionService::LoadSettings(), and CSelectionService::SaveSettings().
|
static |
Definition at line 312 of file selection_service.cpp.
Referenced by CSelectionService::LoadSettings(), and CSelectionService::SaveSettings().
|
static |
Definition at line 315 of file selection_service.cpp.
Referenced by CSelectionService::LoadSettings(), and CSelectionService::SaveSettings().
|
static |
Definition at line 316 of file selection_service.cpp.
Referenced by CSelectionService::LoadSettings(), and CSelectionService::SaveSettings().
|
static |
Definition at line 313 of file selection_service.cpp.
Referenced by CSelectionService::LoadSettings(), and CSelectionService::SaveSettings().
|
static |
Definition at line 311 of file selection_service.cpp.
Referenced by CSelectionService::LoadSettings(), and CSelectionService::SaveSettings().
Definition at line 434 of file selection_service.cpp.
Referenced by CSelectionBroadcastSlot::OnPaint(), and CSelectionBroadcastSlot::x_GetTextAreaSize().
Definition at line 435 of file selection_service.cpp.
Referenced by CSelectionBroadcastSlot::x_GetTextAreaSize().
|
static |
Definition at line 318 of file selection_service.cpp.
Referenced by CSelectionService::LoadSettings(), and CSelectionService::SaveSettings().
|
static |
Definition at line 317 of file selection_service.cpp.
Referenced by CSelectionService::LoadSettings(), and CSelectionService::SaveSettings().