JX Application Framework
Loading...
Searching...
No Matches
Macros | Variables
JXSelectionManager.cpp File Reference
#include "JXSelectionManager.h"
#include "JXDNDManager.h"
#include "JXDisplay.h"
#include "JXWindow.h"
#include "JXWidget.h"
#include "jXGlobals.h"
#include "jXUtil.h"
#include <jx-af/jcore/jTime.h>
#include <string.h>
#include <stdlib.h>
#include <limits.h>
#include <X11/Xlib.h>
#include <jx-af/jcore/jAssert.h>
#include <jx-af/jcore/JProcess.h>
#include <jx-af/jcore/jStreamUtil.h>
#include <unistd.h>
Include dependency graph for JXSelectionManager.cpp:

Macros

#define JXSEL_DEBUG_MSGS   0
 
#define JXSEL_DEBUG_ONLY_RESULT   0
 
#define JXSEL_MICRO_TRANSFER   0
 

Variables

const Time kHistoryInterval = 60000
 
const clock_t kWaitForSelectionTime = 5 * CLOCKS_PER_SEC
 
const clock_t kUserBoredWaitingTime = 1 * CLOCKS_PER_SEC
 

Macro Definition Documentation

◆ JXSEL_DEBUG_MSGS

#define JXSEL_DEBUG_MSGS   0

◆ JXSEL_DEBUG_ONLY_RESULT

#define JXSEL_DEBUG_ONLY_RESULT   0

◆ JXSEL_MICRO_TRANSFER

#define JXSEL_MICRO_TRANSFER   0

Variable Documentation

◆ kHistoryInterval

const Time kHistoryInterval = 60000

◆ kUserBoredWaitingTime

const clock_t kUserBoredWaitingTime = 1 * CLOCKS_PER_SEC

◆ kWaitForSelectionTime

const clock_t kWaitForSelectionTime = 5 * CLOCKS_PER_SEC