AboutDialog | Displays a dialog window with information about UniversalIndentGUI |
AboutDialogGraphicsView | A container for the real AboutDialog. Makes the 3D animation possible |
CharacterRange | |
CommunicationInfo | |
DockingDlgInterface | |
FuncItem | |
IndentHandler | A widget for handling many indenters that are configured by an ini file |
IndentHandler::IndenterParameterCategoryPage | Holds a reference to all created pages of the parameter categories toolbox and the pages boxlayout |
IndentHandler::ParamBoolean | Holds a reference to all checkboxes needed for boolean parameter setting and the parameters name |
IndentHandler::ParamMultiple | Hold a reference to all combo boxes needed for parameter setting and the parameters name |
IndentHandler::ParamNumeric | Hold a reference to all spin boxes needed for parameter setting and the parameters name |
IndentHandler::ParamString | Holds a reference to all line edits needed for parameter setting and the parameters name |
MainWindow | Is the main window of UniversalIndentGUI |
NotifyHeader | |
NppData | |
QDialog | |
QErrorMessage | |
QGraphicsView | |
QMainWindow | |
QObject | |
QWidget | |
SCNotification | |
sessionInfo | |
SettingsPaths | SettingsPaths is a pure static functions class from which info about the paths needed for settings can be retrieved |
ShortcutKey | |
exception | |
TCLAP::Arg | |
TCLAP::ArgException | |
TCLAP::ArgParseException | |
TCLAP::ArgTraits< T > | |
TCLAP::ArgTraits< bool > | |
TCLAP::ArgTraits< char > | |
TCLAP::ArgTraits< double > | |
TCLAP::ArgTraits< float > | |
TCLAP::ArgTraits< int > | |
TCLAP::ArgTraits< long > | |
TCLAP::ArgTraits< short > | |
TCLAP::ArgTraits< std::string > | |
TCLAP::ArgTraits< unsigned char > | |
TCLAP::ArgTraits< unsigned int > | |
TCLAP::ArgTraits< unsigned long > | |
TCLAP::ArgTraits< unsigned short > | |
TCLAP::CmdLine | |
TCLAP::CmdLineInterface | |
TCLAP::CmdLineOutput | |
TCLAP::CmdLineParseException | |
TCLAP::Constraint< T > | |
TCLAP::DocBookOutput | |
TCLAP::ExitException | |
TCLAP::HelpVisitor | |
TCLAP::IgnoreRestVisitor | |
TCLAP::MultiArg< T > | |
TCLAP::MultiSwitchArg | |
TCLAP::OptionalUnlabeledTracker | |
TCLAP::SpecificationException | |
TCLAP::StdOutput | |
TCLAP::StringLike | |
TCLAP::StringLikeTrait | |
TCLAP::SwitchArg | |
TCLAP::UnlabeledMultiArg< T > | |
TCLAP::UnlabeledValueArg< T > | |
TCLAP::ValueArg< T > | |
TCLAP::ValueLike | |
TCLAP::ValueLikeTrait | |
TCLAP::ValuesConstraint< T > | |
TCLAP::VersionVisitor | |
TCLAP::Visitor | |
TCLAP::XorHandler | |
TCLAP::ZshCompletionOutput | |
TemplateBatchScript | |
TextRange | |
TextToFind | |
toolbarIcons | |
tPluginProp | |
tschweitzer::debugging::TSLogger | |
TSLogger | This class handles any kind of data logging, for debugging and whatever purpose |
UiGuiErrorMessage | UiGuiErrorMessage is a child of QErrorMessage. But QErrorMessages "Do not show again" didn't work with my strings, so this is my own, working implementation of it |
UiGuiHighlighter | UiGuiHighlighter used for selecting the syntax highlighter/lexer for the QsciScintilla component |
UiGuiIndentServer | UiGuiIndentServer is in such an early state, that even the communication protocol isn't completely planned. So this class lacks documentation until I really know where all this will lead to |
UiGuiIniFileParser | UiGuiIniFileParser is a simple ini file format parser |
UiGuiSettings | Handles the settings of the program. Reads them on startup and saves them on exit. Is a singleton class and can only be accessed via getInstance() |
UiGuiSettingsDialog | Displays a dialog window with settings for UniversalIndentGUI |
UiGuiSystemInfo | |
UniversalIndentGUI_NPPDialog | |
UpdateCheckDialog | UpdateCheckDialog is a dialog widget that contains functions for online checking for a new version of UniversalIndentGUI |