#include "batch.h"#include "channel.h"#include "channeldb.h"#include "channeledit.h"#include "channelpicker.h"#include "chantables.h"#include "clip.h"#include "condition.h"#include "language.h"#include "mainprogress.h"#include "mwindow.h"#include "mwindowgui.h"#include "picture.h"#include "record.h"#include "recordgui.h"#include "theme.h"#include "videodevice.h"#include <ctype.h>#include <string.h>#include <unistd.h>Go to the source code of this file.
Defines | |
| #define | SWAP_X x1 ^= x2; x2 ^= x1; x1 ^= x2; |
|
|
Referenced by ChannelEditPictureWindow::create_objects(). |
1.4.4