ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Window Class Reference

#include <Window.h>

Inheritance diagram for Window:
Collaboration diagram for Window:

Public Slots

void resetFields ()
 
void checkForUpdates ()
 
void updateChangelog (const QString &url)
 
void displayAppcast (const QString &url, const QByteArray &reply)
 

Public Member Functions

 Window (QWidget *parent=0)
 
 ~Window ()
 

Public Attributes

char * zName
 
char * zBase
 
ExprListpPartition
 
ExprListpOrderBy
 
u8 eFrmType
 
u8 eStart
 
u8 eEnd
 
u8 bImplicitFrame
 
u8 eExclude
 
ExprpStart
 
ExprpEnd
 
Window ** ppThis
 
WindowpNextWin
 
ExprpFilter
 
FuncDefpFunc
 
int iEphCsr
 
int regAccum
 
int regResult
 
int csrApp
 
int regApp
 
int regPart
 
ExprpOwner
 
int nBufferCol
 
int iArgCol
 
int regOne
 
int regStartRowid
 
int regEndRowid
 
u8 bExprArgs
 

Detailed Description

Definition at line 19155 of file sqlite3.c.

Constructor & Destructor Documentation

◆ Window()

Window::Window ( QWidget *  parent = 0)
explicit

◆ ~Window()

Window::~Window ( )

Definition at line 58 of file Window.cpp.

Member Function Documentation

◆ checkForUpdates

◆ displayAppcast

void Window::displayAppcast ( const QString &  url,
const QByteArray &  reply 
)
slot

Definition at line 117 of file Window.cpp.

References DEFS_URL.

Referenced by Window().

◆ resetFields

void Window::resetFields ( )
slot

Definition at line 67 of file Window.cpp.

Referenced by Window().

◆ updateChangelog

void Window::updateChangelog ( const QString &  url)
slot

Definition at line 107 of file Window.cpp.

References DEFS_URL, and QSimpleUpdater::getChangelog().

Referenced by Window().

Member Data Documentation

◆ bExprArgs

u8 Window::bExprArgs

Definition at line 19183 of file sqlite3.c.

Referenced by sqlite3WindowDup(), sqlite3WindowRewrite(), and windowAggStep().

◆ bImplicitFrame

u8 Window::bImplicitFrame

Definition at line 19163 of file sqlite3.c.

Referenced by sqlite3WindowChain(), and sqlite3WindowDup().

◆ csrApp

◆ eEnd

◆ eExclude

◆ eFrmType

◆ eStart

◆ iArgCol

int Window::iArgCol

◆ iEphCsr

◆ nBufferCol

int Window::nBufferCol

Definition at line 19178 of file sqlite3.c.

Referenced by sqlite3WindowCodeStep(), and sqlite3WindowRewrite().

◆ pEnd

◆ pFilter

◆ pFunc

◆ pNextWin

◆ pOrderBy

◆ pOwner

◆ pPartition

◆ ppThis

Window** Window::ppThis

Definition at line 19167 of file sqlite3.c.

Referenced by sqlite3WindowLink().

◆ pStart

◆ regAccum

int Window::regAccum

◆ regApp

int Window::regApp

◆ regEndRowid

int Window::regEndRowid

◆ regOne

int Window::regOne

Definition at line 19180 of file sqlite3.c.

Referenced by sqlite3WindowCodeInit(), and sqlite3WindowCodeStep().

◆ regPart

int Window::regPart

Definition at line 19176 of file sqlite3.c.

Referenced by sqlite3WindowCodeInit(), and sqlite3WindowCodeStep().

◆ regResult

int Window::regResult

◆ regStartRowid

◆ zBase

char* Window::zBase

Definition at line 19157 of file sqlite3.c.

Referenced by sqlite3WindowAssemble(), sqlite3WindowChain(), and sqlite3WindowDup().

◆ zName

char* Window::zName

Definition at line 19156 of file sqlite3.c.

Referenced by sqlite3WindowDup(), sqlite3WindowUpdate(), and yy_reduce().


The documentation for this class was generated from the following files: