ngscopeclient 0.1-dev+51fbda87c
|
Program entry point. More...
#include "ngscopeclient.h"
#include "MainWindow.h"
#include "../scopeprotocols/scopeprotocols.h"
#include "imgui_internal.h"
Functions | |
void | Relaunch (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
void | RightJustifiedText (const string &str) |
Helper function for right justified text in a table. | |
bool | RectIntersect (ImVec2 posA, ImVec2 sizeA, ImVec2 posB, ImVec2 sizeB) |
Check if two rectangles intersect. | |
bool | RectContains (ImVec2 posA, ImVec2 sizeA, ImVec2 posB, ImVec2 sizeB) |
Check if a rectangle is completely within the other one. More... | |
Variables | |
unique_ptr< MainWindow > | g_mainWindow |
GuiLogSink * | g_guiLog |
Program entry point.
bool RectContains | ( | ImVec2 | posA, |
ImVec2 | sizeA, | ||
ImVec2 | posB, | ||
ImVec2 | sizeB | ||
) |
Check if a rectangle is completely within the other one.
A is outer, B is inner