ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
LasOpenDialog.cpp File Reference
#include "LasOpenDialog.h"
#include <QFileDialog>
#include <QLocale>
Include dependency graph for LasOpenDialog.cpp:

Go to the source code of this file.

Functions

static QListWidgetItem * CreateItem (const char *name)
 
static bool IsCheckedIn (const QString &name, const QListWidget *list)
 
template<typename T , typename Pred >
static void RemoveFalse (std::vector< T > &vec, Pred predicate)
 

Variables

constexpr int TILLING_TAB_INDEX = 1
 

Function Documentation

◆ CreateItem()

static QListWidgetItem* CreateItem ( const char *  name)
static

Definition at line 16 of file LasOpenDialog.cpp.

References name.

Referenced by LasOpenDialog::setAvailableScalarFields().

◆ IsCheckedIn()

static bool IsCheckedIn ( const QString &  name,
const QListWidget *  list 
)
static

Definition at line 24 of file LasOpenDialog.cpp.

References name.

◆ RemoveFalse()

template<typename T , typename Pred >
static void RemoveFalse ( std::vector< T > &  vec,
Pred  predicate 
)
static

Definition at line 44 of file LasOpenDialog.cpp.

Referenced by LasOpenDialog::filterOutNotChecked().

Variable Documentation

◆ TILLING_TAB_INDEX

constexpr int TILLING_TAB_INDEX = 1
constexpr

Definition at line 14 of file LasOpenDialog.cpp.

Referenced by LasOpenDialog::action().